Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ospoon/generator-vite-plugin

Automatically generate Vite plug-in development template.
https://github.com/ospoon/generator-vite-plugin

Last synced: 8 days ago
JSON representation

Automatically generate Vite plug-in development template.

Awesome Lists containing this project

README

        

# generator-vite-plugin

基于Yeoman的Vite插件生成器。

## 使用

**全局安装 yeoman 和 generator**

```shell
$ npm i -g yo
$ npm i -g generator-vite-plugin
```

**运行生成器**

```shell
$ yo vite-plugin
```

## License

MIT