https://github.com/imufeng/vite-vue2-starter
Vite Vue2 Typescript Starter with Vue Router and Pinia.
https://github.com/imufeng/vite-vue2-starter
pinia starter-template typescript vue vue-router vue2
Last synced: about 1 year ago
JSON representation
Vite Vue2 Typescript Starter with Vue Router and Pinia.
- Host: GitHub
- URL: https://github.com/imufeng/vite-vue2-starter
- Owner: iMuFeng
- License: mit
- Created: 2021-10-25T07:22:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T04:28:52.000Z (about 2 years ago)
- Last Synced: 2024-04-23T07:13:47.364Z (about 2 years ago)
- Topics: pinia, starter-template, typescript, vue, vue-router, vue2
- Language: Vue
- Homepage:
- Size: 848 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite Vue2 Typescript Starter
This starter template includes:
- [Vite](https://vitejs.dev/guide/)
- [Typescript](https://www.typescriptlang.org/)
- [Vue v2.7](https://github.com/vuejs/vue/blob/main/CHANGELOG.md#270-2022-07-01)
- [Vue Router v3](https://v3.router.vuejs.org/)
- [Pinia v2](https://pinia.vuejs.org/)
### Getting Started
```sh
npx degit iMuFeng/vite-vue2-starter vue-project
cd vue-project
```
### Development
```sh
pnpm install
pnpm dev
# or
yarn install
yarn dev
```
### Build
```sh
pnpm build
# or
yarn build
```
## License
[MIT License](./LICENSE)