An open API service indexing awesome lists of open source software.

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

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) - 感谢老哥的教程.