quasarframework/agent-skills

quasar-development

Build, debug, test, and maintain Quasar Framework applications using Vue 3 and Quasar CLI with Vite.

查看源码
仓库原始内容

按源仓库内容呈现,保留标题、案例、代码、表格、链接以及原文引用的演示图片。

Quasar Development

Establish the project context

  1. Read repository instructions and the root package.json before editing.
  2. Detect the package manager from its lockfile and use it consistently.
  3. Inspect quasar.config.*, the @quasar/app-vite version, enabled boot files, router, store, and active mode.
  4. Preserve existing conventions and unrelated work. Do not replace Quasar CLI configuration with raw Vite configuration.
  5. Consult the Quasar documentation and the installed package types before assuming an API or configuration field.

Implement with Quasar conventions

  • Prefer Quasar components, directives, plugins, CSS variables, Sass variables, and utilities when they satisfy the requirement.
  • Import Quasar plugins used outside templates and register/configure them through quasar.config.* when required.
  • Put application startup integrations in boot files; respect their client/server execution context.
  • Use layouts and router-view for page shells. Keep route definitions lazy unless eager loading is intentional.
  • Use process.env.CLIENT, process.env.SERVER, and mode flags only where Quasar exposes them; avoid direct browser globals in universal code.
  • Preserve tree shaking. Do not import all of Quasar or manually register components in a CLI project without a demonstrated need.
  • Keep accessibility semantics, keyboard interaction, focus behavior, reduced motion, dark mode, and responsive layouts intact.
  • Treat generated .quasar/ and dist/ content as disposable output; never edit or commit it.

Configure safely

  • Make changes through defineConfig() in quasar.config.*.
  • Distinguish build-time configuration from runtime application state.
  • Use build.env deliberately; never expose server secrets to client bundles.
  • Extend bundler configuration through the supported Quasar hooks and preserve existing aliases/plugins.
  • Run quasar prepare after configuration or dependency changes when generated types may be stale.

Validate

  1. Run the narrowest relevant unit or component tests.
  2. Run the repository's typecheck, lint, and formatting checks.
  3. Build the affected Quasar mode, not only the default SPA mode.
  4. Exercise the changed behavior in development when it depends on routing, boot order, browser APIs, or HMR.
  5. Check the final diff for generated output, secrets, unrelated formatting, and lockfile churn.

Route specialized work

Load the matching mode skill for platform-specific configuration and validation. Load quasar-app-extension-development for src/index.*, Install API, Prompts API, templates, and extension lifecycle work.

来自同一仓库

更多 Skills

全部 Skills
quasarframework
社区

quasar-bex-development

Build, configure, secure, debug, test, and package browser extensions with Quasar BEX mode. Use for extension manifests, Manifest V3, background service workers, content scripts, injected page scripts, popup and options pages, permissions, cross-context messaging, BEX bridge, Chrome or Firefox targets, store packaging, and quasar dev or quasar build -m bex workflows.

安装量
1
GitHub Stars
1
最近更新
8月19日
quasarframework
社区

quasar-capacitor-development

Build, configure, debug, test, and release Quasar mobile applications using Capacitor for Android and iOS. Use for Quasar Capacitor mode, native projects, Capacitor plugins, permissions, deep links, app lifecycle, device testing, icons and splash screens, signing, stores, live updates, and quasar dev or quasar build -m capacitor workflows.

安装量
1
GitHub Stars
1
最近更新
8月19日
quasarframework
社区

quasar-electron-development

Build, configure, secure, debug, test, package, and release Quasar desktop applications using Electron on Windows, macOS, and Linux. Use for Quasar Electron mode, main and preload processes, context isolation, IPC, native menus, file and protocol handling, deep links, auto-updates, packaging, signing, and quasar dev or quasar build -m electron workflows.

安装量
1
GitHub Stars
1
最近更新
8月19日
quasarframework
社区

quasar-pwa-development

Build, configure, debug, test, and deploy Quasar Progressive Web Apps. Use for Quasar PWA mode, web app manifests, installability, service workers, Workbox GenerateSW or InjectManifest, offline behavior, caching, updates, push-related integration, icons, PWA with SSR or SSG, and quasar dev or quasar build -m pwa workflows.

安装量
1
GitHub Stars
1
最近更新
8月19日