A desktop application for designing application UI using vue components.
# 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