Nessuna descrizione

Gustavo Zanatta 69f265b1eb funcionalidades clonadas do sistema web 2 mesi fa
public e8664bddbd first commit 3 mesi fa
src 69f265b1eb funcionalidades clonadas do sistema web 2 mesi fa
.gitignore 69f265b1eb funcionalidades clonadas do sistema web 2 mesi fa
README.md e8664bddbd first commit 3 mesi fa
eslint.config.js e8664bddbd first commit 3 mesi fa
index.html e8664bddbd first commit 3 mesi fa
jsconfig.json e8664bddbd first commit 3 mesi fa
package-lock.json 69f265b1eb funcionalidades clonadas do sistema web 2 mesi fa
package.json 69f265b1eb funcionalidades clonadas do sistema web 2 mesi fa
postcss.config.js e8664bddbd first commit 3 mesi fa
quasar.config.js 69f265b1eb funcionalidades clonadas do sistema web 2 mesi fa

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.