1 Star 0 Fork 133

ryvius_key / vue-cesium

forked from zouyaoji / vue-cesium 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
zouyaoji 提交于 2021-03-26 08:29 . docs: ✏️ Update readme

VUE CESIUM


VueCesium - A Vue 3.x based component library of CesiumJS for GISer.

  • 💪 Vue 3.0 Composition API
  • 🔥 Written in TypeScript

Status: Beta

This project is still under heavy development. Feel free to join us and make your first pull request.

Languages

Documentation

You can find for more details, API, and other docs on https://zouyaoji.top/vue-cesium/#/

Join our Gitter to start communicating with everybody.

Bootstrap project

With command

$ yarn bootstrap

the project will install all dependencies and run lerna bootstrap to initialize the project

Website preview

With command

$ yarn website-dev

the 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.

Commit template

With command

yarn cz

Example

[TYPE](SCOPE):DESCRIPTION#[ISSUE]
# example feat(viewer):add type 'viewer' for form usage #1234
1
https://gitee.com/ryvius_key/vue-cesium.git
git@gitee.com:ryvius_key/vue-cesium.git
ryvius_key
vue-cesium
vue-cesium
dev

搜索帮助