https://github.com/initdc/vite-vue2
vite app template with vue2
https://github.com/initdc/vite-vue2
typescript vite vue vue2
Last synced: 11 months ago
JSON representation
vite app template with vue2
- Host: GitHub
- URL: https://github.com/initdc/vite-vue2
- Owner: initdc
- Created: 2021-04-08T14:58:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T15:16:07.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T23:48:31.348Z (about 1 year ago)
- Topics: typescript, vite, vue, vue2
- Language: Vue
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-vue2
> vite app template with vue2
## core plugin
[vite-plugin-vue2](https://github.com/underfin/vite-plugin-vue2) - Thanks those people who create it, great job!
## easy way to start
clone this repo and run it
```
git clone https://github.com/initdc/vite-vue2
cd vite-vue2
yarn install && yarn dev
```
## reference
[vue2-vite2-ts](https://github.com/Otto-J/vue2-vite2-ts.git) - 感谢老哥的教程.