A Quasar project with Typescript and Vue class component support. Other features:
- 4 spaces for indentation
- Tslint set up and ready to go
- Latest version of webpack (v3.5.2) included in Quasar's default template
- No dependency on babel and eslint, which both have a very large size
# install dependencies
$ npm install # or yarn for much better speed
# serve with hot reload at localhost:8081
$ quasar dev
# build for production with minification
$ quasar build
# lint code
$ quasar lint