Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 480 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 480 Bytes

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