Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 576 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 576 Bytes

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