Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ospoon/generator-vite-plugin
- Owner: OSpoon
- Created: 2022-11-03T05:48:36.000Z (about 2 years ago)
- Default Branch: mian
- Last Pushed: 2022-11-03T12:51:50.000Z (about 2 years ago)
- Last Synced: 2024-03-15T07:50:23.874Z (8 months ago)
- Language: JavaScript
- Size: 442 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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