An open API service indexing awesome lists of open source software.

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

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`