Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dishait/vite-plugin-vue-factory
vite 的 vue 可视化工程管理插件
https://github.com/dishait/vite-plugin-vue-factory
factory modules plugin ui vite vue3
Last synced: 3 days ago
JSON representation
vite 的 vue 可视化工程管理插件
- Host: GitHub
- URL: https://github.com/dishait/vite-plugin-vue-factory
- Owner: dishait
- License: mit
- Created: 2022-04-07T12:52:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T08:22:46.000Z (9 months ago)
- Last Synced: 2024-10-08T02:39:28.891Z (about 1 month ago)
- Topics: factory, modules, plugin, ui, vite, vue3
- Language: TypeScript
- Homepage:
- Size: 3.43 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vite-plugin-vue-factory
vite 的 vue 可视化工程管理插件
## 动机
希望用可视化的方式管理 `vite` 下的 `vue` 项目
## 特性
- 自动安装模块
## 使用
### 安装
```shell
npm i vite-plugin-vue-factory -D
```
### 配置
```js
// vite.config.js
import { defineConfig } from 'vite'
import Vue from '@vitejs/plugin-vue'
import Factory from 'vite-plugin-vue-factory'export default defineConfig({
plugins: [Vue(), Factory()]
})
```
### 启动
进入 `http://localhost:3000/__factory` 即可进行安装
## 组织 🦔
欢迎关注 **帝莎编程**
- [官网](http://dishaxy.dishait.cn/)
- [Gitee](https://gitee.com/dishait)
- [Github](https://github.com/dishait)
- [网易云课堂](https://study.163.com/provider/480000001892585/index.htm?share=2&shareId=480000001892585)
## License
Made with [markthree](https://github.com/markthree)
Published under [MIT License](./LICENSE).