1 Star 0 Fork 10

cococo/cesiumExp-heatmap3d

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
码云_良哥 提交于 2023-06-09 10:21 . 搭建基础案例
{
"name": "cesium-example",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"ant-design-vue": "^3.2.20",
"vue": "^3.3.2",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.16.8",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/tsconfig": "^0.4.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.0.4",
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/coderco/cesiumExp-heatmap3d.git
git@gitee.com:coderco/cesiumExp-heatmap3d.git
coderco
cesiumExp-heatmap3d
cesiumExp-heatmap3d
main

搜索帮助