786 B
786 B
title | author | date | tags | categories | ||
---|---|---|---|---|---|---|
本地部署CesiumJS | ac | 2022-01-12 |
|
|
本地部署CesiumJS
1.资料准备
-
安装Node.js
-
下载CesiumJS源码
github地址:https://github.com/CesiumGS/cesium
-
解压并安装依赖
npm i
-
start
npm run start
2. local links
运行完成后可以在http://localhost:8080 访问本地启动的 CesiumJS
文档。
如果8080端口被占用,会启动失败。
本地资源可以点击Local links下面的链接查看。
- Documentatioin :API文档
- Hello World :快速起步的Demo
- Sandcastle :示例