With this repository you can easily start developing with Vue using the static-site-generator Gridsome and the Quasar Material Design Framework.
This package was built for Gridsome v0.7.* and Quasar v1.9.*
This project comes with some default settings regarding Quasar:
- Language is english
- Icon-Set is FontAwesome 5
Simple clone the repository via
git clone https://github.com/Brotzka/gridsome-quasar-starter.git
As an alternative you can download the Zip directly from GitHub.
After that, switch to the project folder
cd gridsome-quasar-starter
And install the dependencies
npm install
You can easily start the development server by running the following command in your terminal
gridsome develop
More about the usage can be found on the official Gridsome website.