Aucune description

Gustavo Zanatta e8664bddbd first commit il y a 2 semaines
public e8664bddbd first commit il y a 2 semaines
src e8664bddbd first commit il y a 2 semaines
.gitignore e8664bddbd first commit il y a 2 semaines
README.md e8664bddbd first commit il y a 2 semaines
eslint.config.js e8664bddbd first commit il y a 2 semaines
index.html e8664bddbd first commit il y a 2 semaines
jsconfig.json e8664bddbd first commit il y a 2 semaines
package-lock.json e8664bddbd first commit il y a 2 semaines
package.json e8664bddbd first commit il y a 2 semaines
postcss.config.js e8664bddbd first commit il y a 2 semaines
quasar.config.js e8664bddbd first commit il y a 2 semaines

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.