Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wjchumble/vite-plugin-vue2
A vite plugin which is support vue2.x development(WIP)
https://github.com/wjchumble/vite-plugin-vue2
Last synced: 4 days ago
JSON representation
A vite plugin which is support vue2.x development(WIP)
- Host: GitHub
- URL: https://github.com/wjchumble/vite-plugin-vue2
- Owner: WJCHumble
- Created: 2021-01-21T01:44:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-23T16:56:16.000Z (about 4 years ago)
- Last Synced: 2025-02-10T19:05:20.071Z (4 days ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vite-plugin-vue2
A vite plugin which is support vue2.x development
# Use
```
npm i vite -S
```# Running Test
First, You should git clone the project GitHub, and to be able to run test folder without dependency issues, we first need to pack plugin as tgz:
```
npm i
cd test
npm i
npm run dev
```