Brak opisu

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

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.