go-quasar-partial-ssr/frontend
fabio e69e1623b5 feat: add tooltip component and related position engine
- 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.
2026-03-19 19:13:39 +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 Refactor code structure for improved readability and maintainability 2026-03-19 19:07:45 +01:00
src feat: add tooltip component and related position engine 2026-03-19 19:13:39 +01:00
.editorconfig first commit 2026-03-16 20:03:59 +01:00
.env feat: add authentication pages for login, password recovery, and signup 2026-03-18 19:23:35 +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 readme 2026-03-16 20:08:44 +01:00
bun.lock feat: add authentication pages for login, password recovery, and signup 2026-03-18 19:23:35 +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 feat: add authentication pages for login, password recovery, and signup 2026-03-18 19:23:35 +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 feat: add authentication pages for login, password recovery, and signup 2026-03-18 19:23:35 +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

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.