Skip to content

Vue.js Commands (/vuejs:)

← All command namespaces

Frontend development with Vue.js 3, Composition API, and TypeScript.

Code Generation

CommandDescription
/vuejs:generate-component <Name>Generate component with test, types, and Storybook story

Analysis Commands

CommandDescription
/vuejs:check-architectureValidate architecture (modules, components, stores)
/vuejs:check-code-qualityRun code quality checks (ESLint, TypeScript, Prettier)
/vuejs:check-complianceCheck rule compliance (Composition API, Pinia, modern Vue)
/vuejs:check-securitySecurity audit (XSS, CSRF, authentication)
/vuejs:check-testingTest coverage analysis (Vitest, Vue Test Utils)