VueCesium - A Vue 3.x based component library of CesiumJS for GISer.
- 💪 Vue 3.0 Composition API
- 🔥 Written in TypeScript
- 🎸 IntelliSense for vetur
This project is still under heavy development. Feel free to join us and make your first pull request.
You can find for more details, API, and other docs on https://zouyaoji.top/vue-cesium/#/
With command
$ yarn bootstrapthe project will install all dependencies and run lerna bootstrap to initialize the project
With command
$ yarn website-devthe project will launch website for you to preview all existing component
## Generate new component
With command
```bash
$ yarn gen component-name
Note the component-name must be in kebab-case, combining words by replacing each space with a dash.
With command
yarn czExample
[TYPE](SCOPE):DESCRIPTION#[ISSUE]
# example feat(viewer):add type 'viewer' for form usage #1234