1 Star 0 Fork 23

沈铭元/yuindex

forked from 程序员鱼皮/yuindex 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.ts 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
程序员鱼皮 提交于 2022-07-16 23:20 . first init
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
// @ts-ignore
import Components from "unplugin-vue-components/vite";
// @ts-ignore
import { AntDesignVueResolver } from "unplugin-vue-components/resolvers";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
vue(),
// 按需加载 ant-design-vue
Components({
resolvers: [AntDesignVueResolver()],
}),
],
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ssssmy/yuindex.git
git@gitee.com:ssssmy/yuindex.git
ssssmy
yuindex
yuindex
master

搜索帮助