Skip to content
/ vite-vue2-starter Public template

Vite Vue2 Typescript Starter with Vue Router and Pinia.

License

Notifications You must be signed in to change notification settings

iMuFeng/vite-vue2-starter

Repository files navigation

Vite Vue2 Typescript Starter

This starter template includes:

Getting Started

npx degit iMuFeng/vite-vue2-starter vue-project
cd vue-project

Development

pnpm install
pnpm dev
# or
yarn install
yarn dev

Build

pnpm build
# or
yarn build

License

MIT License