1 Star 1 Fork 1

Halo/editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ryan Wang 提交于 2022-02-26 17:50 . chore: add vite inspect plugin
import { defineConfig } from 'vite'
import { createVuePlugin } from 'vite-plugin-vue2'
import Icons from 'unplugin-icons/vite'
import IconsResolver from 'unplugin-icons/resolver'
import Components from 'unplugin-vue-components/vite'
import Inspect from 'vite-plugin-inspect'
export default defineConfig({
plugins: [
Inspect(),
createVuePlugin(),
Components({
resolvers: [IconsResolver()]
}),
Icons({
autoInstall: true
})
]
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/halo-dev/editor.git
[email protected]:halo-dev/editor.git
halo-dev
editor
editor
master

搜索帮助