Skip to content
/ template-vue-ts Public template

A template using vite and vue

Notifications You must be signed in to change notification settings

hhui64/template-vue-ts

Repository files navigation

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