1 Star 0 Fork 0

lkc/fellow-together-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.ts 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2023-06-28 14:25 . 第一次提交
import {defineConfig} from 'vite'
import vue from '@vitejs/plugin-vue'
import Components from 'unplugin-vue-components/dist/vite';
import {VantResolver} from 'unplugin-vue-components/dist/resolvers';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
vue(),
Components({
resolvers: [VantResolver()],
}),
],
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/likuichao/fellow-together-frontend.git
git@gitee.com:likuichao/fellow-together-frontend.git
likuichao
fellow-together-frontend
fellow-together-frontend
master

搜索帮助