Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.26 KB

README.md

File metadata and controls

76 lines (53 loc) · 1.26 KB

react-cesium

使用最新 [email protected][email protected][email protected][email protected]搭建一个 react 的后台管理系统, 整合[email protected][email protected] 三维框架,引入[email protected]开发工具包,编写案例测试所以功能

Preview

在线地址 https://benpaodehenji.com/reactCesium/

  • 登录 material
  • 功能预览 material

install dependencies

npm i
// OR
 yarn

如果 npm 安装过慢建议使用淘宝镜像

# 查看当前npm 镜像
npm config get registry

# 设置为淘宝镜像
npm config set registry https://registry.npmmirror.com

# 切换为官方镜像
npm config set registry https://registry.npmjs.org

test

npm run test
//OR
 yarn run test

dev

npm start
// OR
 yarn run start

注意:setupProxy.js 中 const originUrl ='http://****:9527/reactCesium' 需要改成自己本机的 ip 地址

build

npm run build
//OR
yarn run build

Source address

https://github.com/dengxiaoning/cesium_dev_kit

env

  "engines": {
    "node": ">=18.17.0",
    "npm": ">=8.19.4",
    "yarn":">=1.22.19"
  }