Skip to content

Vite Vue2 Typescript Starter with Vue Router and Pinia.

License

Notifications You must be signed in to change notification settings

seeker25/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

About

Vite Vue2 Typescript Starter with Vue Router and Pinia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 36.3%
  • TypeScript 28.3%
  • Shell 13.0%
  • JavaScript 9.5%
  • CSS 7.7%
  • HTML 5.2%