Nessuna descrizione

Denis 55b36cea92 first commit 2 anni fa
public 55b36cea92 first commit 2 anni fa
src 55b36cea92 first commit 2 anni fa
.editorconfig 55b36cea92 first commit 2 anni fa
.eslintignore 55b36cea92 first commit 2 anni fa
.eslintrc.cjs 55b36cea92 first commit 2 anni fa
.gitignore 55b36cea92 first commit 2 anni fa
.npmrc 55b36cea92 first commit 2 anni fa
README.md 55b36cea92 first commit 2 anni fa
index.html 55b36cea92 first commit 2 anni fa
jsconfig.json 55b36cea92 first commit 2 anni fa
package-lock.json 55b36cea92 first commit 2 anni fa
package.json 55b36cea92 first commit 2 anni fa
postcss.config.cjs 55b36cea92 first commit 2 anni fa
quasar.config.js 55b36cea92 first commit 2 anni 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.