|
|
||
|---|---|---|
| .. | ||
| .vscode | ||
| public | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .env | ||
| .gitignore | ||
| .prettierrc.json | ||
| README.md | ||
| bun.lock | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| pnpm-workspace.yaml | ||
| postcss.config.js | ||
| quasar.config.ts | ||
| tsconfig.json | ||
README.md
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