Aucune description

Gustavo Mantovani 2a0f2fc218 build: add configs de build il y a 23 heures
public 378a2d4479 first commit il y a 3 mois
src 2a0f2fc218 build: add configs de build il y a 23 heures
README.md 8145240c53 feat: add tela de edicao para os dados do usuario + add responsividade no dashboard il y a 3 mois
index.html 8145240c53 feat: add tela de edicao para os dados do usuario + add responsividade no dashboard il y a 3 mois
jsconfig.json 8145240c53 feat: add tela de edicao para os dados do usuario + add responsividade no dashboard il y a 3 mois
package-lock.json beaf5356f1 feat: add alerta com ultima sincronizacao do stays il y a 1 semaine
package.json 2a0f2fc218 build: add configs de build il y a 23 heures
quasar.config.js 2a0f2fc218 build: add configs de build il y a 23 heures

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.