Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```