Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 可视化工程管理插件

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).