Vue 3 + TypeScript + Vite + pnpm

安装依赖

pnpm install

运行

pnpm run dev

打包

pnpm run build

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.