1 Star 0 Fork 6

george/mars3d-react-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.js 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿祖 提交于 2022-01-28 14:46 . 修改plugin
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import mars3dCesium from "./build/cesium-plugin";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
react(),
mars3dCesium(),
],
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yanxing2018/mars3d-react-template.git
[email protected]:yanxing2018/mars3d-react-template.git
yanxing2018
mars3d-react-template
mars3d-react-template
master

搜索帮助