Skip to content

yugasun/vue-ts-starter

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