go-quasar-partial-ssr/frontend/README.md

496 B

Frontend APP (frontend)

A Quasar Project

Install the dependencies

bun
# or
bun install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

bun run lint

Format the files

bun run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.