Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 678 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 678 Bytes

Vue + TypeScript + Vite

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.

Usage

npx degit hhui64/template-vue-ts my-project
cd my-project

npm install
npm run dev

Features

  • Vue + TypeScript + Vite
  • ESLint + Prettier
  • Auto Import (unplugin-auto-import + unplugin-vue-components)

Recommended IDE Setup