暂无描述

Gustavo Mantovani 2a0f2fc218 build: add configs de build 1 分钟之前
public 378a2d4479 first commit 3 月之前
src 2a0f2fc218 build: add configs de build 1 分钟之前
README.md 8145240c53 feat: add tela de edicao para os dados do usuario + add responsividade no dashboard 3 月之前
index.html 8145240c53 feat: add tela de edicao para os dados do usuario + add responsividade no dashboard 3 月之前
jsconfig.json 8145240c53 feat: add tela de edicao para os dados do usuario + add responsividade no dashboard 3 月之前
package-lock.json beaf5356f1 feat: add alerta com ultima sincronizacao do stays 1 周之前
package.json 2a0f2fc218 build: add configs de build 1 分钟之前
quasar.config.js 2a0f2fc218 build: add configs de build 1 分钟之前

README.md

Quasar App (quasar-skeleton)

A skeleton for future projects

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.