1 Star 0 Fork 6

yangchin9/3d-earth

forked from shouldhavedone/3d-earth 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.ts 258 Bytes
一键复制 编辑 原始数据 按行查看 历史
wutao 提交于 2024-01-30 15:33 . 3D地球
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import path from 'path'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
'@': path.resolve(__dirname, 'src')
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangchin9/3d-earth.git
git@gitee.com:yangchin9/3d-earth.git
yangchin9
3d-earth
3d-earth
master

搜索帮助