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

40 lines
496 B
Markdown

# Frontend APP (frontend)
A Quasar Project
## Install the dependencies
```bash
bun
# or
bun install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
bun run lint
```
### Format the files
```bash
bun run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).