quasar-development
Installation
SKILL.md
Quasar Development
Establish the project context
- Read repository instructions and the root
package.jsonbefore editing. - Detect the package manager from its lockfile and use it consistently.
- Inspect
quasar.config.*, the@quasar/app-viteversion, enabled boot files, router, store, and active mode. - Preserve existing conventions and unrelated work. Do not replace Quasar CLI configuration with raw Vite configuration.
- Consult the Quasar documentation and the installed package types before assuming an API or configuration field.