Vue.js Commands (/vuejs:)
Frontend development with Vue.js 3, Composition API, and TypeScript.
Code Generation
| Command | Description |
|---|---|
/vuejs:generate-component <Name> | Generate component with test, types, and Storybook story |
Analysis Commands
| Command | Description |
|---|---|
/vuejs:check-architecture | Validate architecture (modules, components, stores) |
/vuejs:check-code-quality | Run code quality checks (ESLint, TypeScript, Prettier) |
/vuejs:check-compliance | Check rule compliance (Composition API, Pinia, modern Vue) |
/vuejs:check-security | Security audit (XSS, CSRF, authentication) |
/vuejs:check-testing | Test coverage analysis (Vitest, Vue Test Utils) |