Skip to content
/ vue-ts-starter Public template

Vue template for starter using Vue3 + TypeScript + Vite + Pinia πŸš€

License

Notifications You must be signed in to change notification settings

yugasun/vue-ts-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue TypeScript Starter

Vue3 TypeScript Vite Pinia Unocss Build

Vue template for starter using Vue3 + TypeScript + Vite + Pinia + Unocss πŸš€

Feature

Start

# 0. Clone project
git clone https://github.com/yugasun/vue-ts-starter

# 1. Install dependencies
pnpm install

# 2. Start develop server
pnpm dev

# 3. Build
pnpm build

Customize

If you want to use Ant Design Vue, just checkout the branch antd.

git clone --branch antd https://github.com/yugasun/vue-ts-starter

If you don't need any UI components, just clone or checkout the branch simple.

git clone --branch simple https://github.com/yugasun/vue-ts-starter

Recommended IDE Setup

License

MIT @yugasun