Geen omschrijving

Gustavo Zanatta 872dc3af5f first commit 1 maand geleden
public 872dc3af5f first commit 1 maand geleden
src 872dc3af5f first commit 1 maand geleden
src-capacitor 872dc3af5f first commit 1 maand geleden
README.md 872dc3af5f first commit 1 maand geleden
eslint.config.js 872dc3af5f first commit 1 maand geleden
index.html 872dc3af5f first commit 1 maand geleden
jsconfig.json 872dc3af5f first commit 1 maand geleden
package-lock.json 872dc3af5f first commit 1 maand geleden
package.json 872dc3af5f first commit 1 maand geleden
postcss.config.js 872dc3af5f first commit 1 maand geleden
quasar.config.js 872dc3af5f first commit 1 maand geleden

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.