Keine Beschreibung

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

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.