Sem descrição

Gustavo Zanatta e8664bddbd first commit há 2 meses atrás
public e8664bddbd first commit há 2 meses atrás
src e8664bddbd first commit há 2 meses atrás
.gitignore e8664bddbd first commit há 2 meses atrás
README.md e8664bddbd first commit há 2 meses atrás
eslint.config.js e8664bddbd first commit há 2 meses atrás
index.html e8664bddbd first commit há 2 meses atrás
jsconfig.json e8664bddbd first commit há 2 meses atrás
package-lock.json e8664bddbd first commit há 2 meses atrás
package.json e8664bddbd first commit há 2 meses atrás
postcss.config.js e8664bddbd first commit há 2 meses atrás
quasar.config.js e8664bddbd first commit há 2 meses atrás

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.