1、下载
下载地址:https://cesium.com/downloads
使用:$ npm install cesium 或 yarn add cesium 或直接在官网下载源代码
2、下载依赖
代码解压后,在package.json中添加代码"private": true,
"private": true

使用yarn install 或 npm install下载依赖
yarn install
或
npm install

3、启动
下载好以来后直接启动看到如下界面证明启动成功
yarn start
或
npm run start


