go-quasar-partial-ssr/frontend
fabio 2c7e9caf45 first commit 2026-03-16 20:03:59 +01:00
..
.vscode first commit 2026-03-16 20:03:59 +01:00
public first commit 2026-03-16 20:03:59 +01:00
scripts first commit 2026-03-16 20:03:59 +01:00
src first commit 2026-03-16 20:03:59 +01:00
.editorconfig first commit 2026-03-16 20:03:59 +01:00
.env first commit 2026-03-16 20:03:59 +01:00
.gitignore first commit 2026-03-16 20:03:59 +01:00
.prettierrc.json first commit 2026-03-16 20:03:59 +01:00
README.md first commit 2026-03-16 20:03:59 +01:00
bun.lock first commit 2026-03-16 20:03:59 +01:00
eslint.config.js first commit 2026-03-16 20:03:59 +01:00
index.html first commit 2026-03-16 20:03:59 +01:00
package.json first commit 2026-03-16 20:03:59 +01:00
pnpm-workspace.yaml first commit 2026-03-16 20:03:59 +01:00
postcss.config.js first commit 2026-03-16 20:03:59 +01:00
quasar.config.ts first commit 2026-03-16 20:03:59 +01:00
tsconfig.json first commit 2026-03-16 20:03:59 +01:00

README.md

Frontend APP (frontend)

A Quasar Project

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.