This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
npx degit hhui64/template-vue-ts my-project
cd my-project
npm install
npm run dev
- Vue + TypeScript + Vite
- ESLint + Prettier
- Auto Import (unplugin-auto-import + unplugin-vue-components)
- VS Code + Vue - Official (and disable Vetur)