A simple Vue.js starter project using Quasar Framework with:
- Axios
- ESLint with Standard preset
- Sass with SCSS syntax
- TypeScript with class-based components
- Vue-i18n
- Vuex with class-based modules
If you would like to recreate this project on your own or customize something, you can follow the tutorial explaining how this template was created.
- Clone this repository.
- Rename project name, description, author etc. in
package.json
andquasar.conf.js
. - Run
yarn install
ornpm install
command to install dependencies. - Run
dev
script frompackage.json
to run the dev server.
- Pre Quasar v1.9.6 version of this template was moved to the
pre-v-1.9.6
branch.