# vite-plugin-vue-factory **Repository Path**: dishait/vite-plugin-vue-factory ## Basic Information - **Project Name**: vite-plugin-vue-factory - **Description**: vite 的 vue 可视化工程管理插件 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-04-17 - **Last Updated**: 2023-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: vite, plugin, Vue ## 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).