Keine Beschreibung

Gustavo Mantovani 561aa560ce refactor: ajustes para componentizar mais a seção do dashboard vor 3 Tagen
public 378a2d4479 first commit vor 4 Tagen
src 561aa560ce refactor: ajustes para componentizar mais a seção do dashboard vor 3 Tagen
README.md 378a2d4479 first commit vor 4 Tagen
index.html 378a2d4479 first commit vor 4 Tagen
jsconfig.json 378a2d4479 first commit vor 4 Tagen
package-lock.json 378a2d4479 first commit vor 4 Tagen
package.json 561aa560ce refactor: ajustes para componentizar mais a seção do dashboard vor 3 Tagen
quasar.config.js 378a2d4479 first commit vor 4 Tagen

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.