luyufanzhi / cesium-helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cesium Helpers

A collection of helpers and web component for working with Cesium

Running the demos

npx web-dev-server --watch --node-resolve --open demos/cesium-compass.html
npx web-dev-server --watch --node-resolve --open demos/cesium-view-cube.html
npx web-dev-server --watch --node-resolve --open demos/cesium-first-person-mode.html

Guide

This repository uses lerna to manage the packages.

# bootstrap/setup
npm install

# check which packages have changed since the last release.
npx lerna changed

# publish a new npm packages for all the packages
npx lerna publish

About


Languages

Language:JavaScript 100.0%