https://github.com/postor/cesium-typescript-demo
a demo for cesium with typescript
https://github.com/postor/cesium-typescript-demo
Last synced: 6 months ago
JSON representation
a demo for cesium with typescript
- Host: GitHub
- URL: https://github.com/postor/cesium-typescript-demo
- Owner: postor
- Created: 2019-01-04T06:05:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T12:30:44.000Z (almost 7 years ago)
- Last Synced: 2025-03-20T20:15:07.563Z (9 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cesium-typescript-demo
use cesium with typings | 使用强类型的cesium(typescript)
## features
- cesium with typings | 强类型 [code](./src/index.ts)
- require css through code | 通过代码加载css [code](./src/css/style.js)
- webpack & webpack-dev-server
## usage
download && install package | 安装
```
git clone https://github.com/postor/cesium-typescript-demo.git
cd cesium-typescript-demo
npm i
```
then | 然后
- dev: `npm run dev`
- build: `npm run build`