Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
/ quasar-boilerplate Public archive

Dashboard RAD with Quasar - use todo o poder do Quasar de forma rápida e versátil

Notifications You must be signed in to change notification settings

phpzm/quasar-boilerplate

Repository files navigation

Dashboard RAD with Quasar

Criando painéis de forma rápida e versátil com o Quasar

Ambiente recomendado

Node 8.5
NPM 5.3.0

Desenvolver
# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ quasar dev

ou

# run docker
$ docker-compose up
Publicar
# build for production with minification
$ quasar build
Verficar problemas no código
# lint code
$ quasar lint