Skip to content

jm-sky/vue-ts-boilerplate

Repository files navigation

Vue 3 + TypeScript + Vite

  • Vue 3, Vite, TypeScript
  • i18n
  • shadcn-vue

obraz

Recommended Setup

  • VS Code + Vue - Official (previously Volar) and disable Vetur

  • Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint