0.0.7 • Published 2 years ago

vite-plugin-vue-factory v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

动机

希望用可视化的方式管理 vite 下的 vue 项目

特性

  • 自动安装模块

使用

安装

npm i vite-plugin-vue-factory -D

配置

// 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 即可进行安装

组织 🦔

欢迎关注 帝莎编程

License

Made with markthree

Published under MIT License.