- Introduced a new tooltip component (QTooltip) in logo-DdmK5n0b.js for enhanced UI interactions. - Added position engine logic in position-engine-BHgB6lrx.js to manage tooltip positioning dynamically. - Implemented selection utility in selection-DrSF90ET.js to handle text selection across different browsers. - Created a use-quasar hook in use-quasar-B5tVCAcV.js for improved integration with Quasar framework. |
||
|---|---|---|
| .. | ||
| .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