typescript
vue
vue_typescript
Official
Configuration
Policy
Prefer `` single-file components.
Centralize state with Pinia and keep mutations synchronous.
Use route-level code splitting via Vue Router dynamic imports.
Commands
lint
pnpm eslint --ext .ts,.vue src
test
pnpm vitest run --environment jsdom
build
pnpm vite build
typecheck
pnpm vue-tsc --noEmit
create_app
pnpm dlx create-vue@latest
Add This Standard
Sign in to add this standard to your workspace
Sign in with GitHubDetails
- Language
- typescript
- Framework
- vue
- Used in
- 5 rulesets