Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 799 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 799 Bytes

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