diff --git a/README.md b/README.md index f2259e2c4..efb8e6370 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ - -# VUE CESIUM -
@@ -37,17 +34,13 @@ - 💪 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. - -## Documentation +## Getting Started You can find for more details, API, and other docs on [https://zouyaoji.top/vue-cesium/#/](https://zouyaoji.top/vue-cesium/#/) -国内码云[加速镜像站点](https://zouyaoji.gitee.io/vue-cesium/) +- 中国大陆[加速镜像站点](https://zouyaoji.gitee.io/vue-cesium/) -VueCesium supports the introduction of official CesiumJS, or other third-party platforms based on CesiumJS, Tested third-party libraries: +VueCesium supports loading the official CesiumJS, or other third-party platforms based on CesiumJS. The tested third-party libraries: - [CesiumJS](https://cesium.com/platform/cesiumjs/) - [SuperMap iClient3D for WebGL](http://support.supermap.com.cn:8090/webgl/web/index.html) @@ -65,7 +58,7 @@ $ pnpm i the project will install all dependencies and run `lerna bootstrap` to initialize the project -## Website preview +## Document preview With command @@ -75,34 +68,13 @@ $ pnpm website-dev the project will launch website for you to preview all existing component -## Generate new component -With command -```bash -$ pnpm 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 - -```bash -pnpm cz -``` - -Example - -``` -[TYPE](SCOPE):DESCRIPTION#[ISSUE] -# example feat(viewer):add type 'viewer' for form usage #1234 -``` - -## Licence +## License VueCesium is open source software licensed as [MIT](https://github.com/zouyaoji/vue-cesium/blob/master/LICENSE). +Copyright (c) 2018-present, zouyaoji 370681295@qq.com + ## Sponsors [See](https://zouyaoji.top/vue-cesium/#/en-US/donations) @@ -114,3 +86,7 @@ This project wouldn't exist without our amazing contributors + +## References + +VueJS UI libraries: [quasar](https://github.com/quasarframework/quasar) and [element-plus](https://github.com/element-plus/element-plus). diff --git a/README.zh.md b/README.zh.md index 921386d95..a2412166e 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,14 +1,11 @@ - -# VUE CESIUM -
@@ -37,17 +34,13 @@ - 💪 Vue 3.0 Composition API - 🔥 Written in TypeScript -## 状态: Beta - -该项目仍在大力开发中。欢迎加入我们,提出您的第一个 Pull Request。 - -## 文档 +## 开始 请访问 [https://zouyaoji.top/vue-cesium/#/](https://zouyaoji.top/vue-cesium/#/) -国内码云[加速镜像站点](https://zouyaoji.gitee.io/vue-cesium/) +- 中国大陆[加速镜像站点](https://zouyaoji.gitee.io/vue-cesium/) -VueCesium 支持引入官方 CesiumJS,或者其他基于 CesiumJS 的第三方平台,目前测试支持加载的有: +VueCesium 支持加载官方 CesiumJS,或者其他基于 CesiumJS 的第三方平台,目前通过测试平台有: - [官方 CesiumJS](https://cesium.com/platform/cesiumjs/) - [超图 SuperMap iClient3D for WebGL](http://support.supermap.com.cn:8090/webgl/web/index.html) @@ -55,7 +48,7 @@ VueCesium 支持引入官方 CesiumJS,或者其他基于 CesiumJS 的第三方 - [火星科技 Mars3D](http://mars3d.cn/) - [数字视觉 DC-SDK](http://dc.dvgis.cn/#/index) -## 开始 +## 安装 命令 @@ -65,7 +58,7 @@ $ pnpm i 将安装所有依赖,并且用 `lerna bootstrap` 初始化项目。 -## 预览 +## 预览文档 命令 @@ -75,36 +68,13 @@ $ pnpm website-dev 将启动站点供您预览已开发的组件和相关文档。 -## 创建组件 - -命令 - -```bash -$ pnpm gen component-name -``` - -注意组件名称 `component-name` 必须用短横线写法 `kebab-case`。 - -## 提交模板 - -命令 - -```bash -pnpm cz -``` - -例如 - -``` -[TYPE](SCOPE):DESCRIPTION#[ISSUE] -# example feat(viewer):add type 'viewer' for form usage #1234 -``` - ## 许可 VueCesium is open source software licensed as [MIT](https://github.com/zouyaoji/vue-cesium/blob/master/LICENSE). +Copyright (c) 2018-present, zouyaoji 370681295@qq.com + ## 捐赠者 [链接](https://zouyaoji.top/vue-cesium/#/zh-CN/donations) @@ -116,3 +86,7 @@ VueCesium is open source software licensed as + +## 参考 + +VueJS UI 库: [quasar](https://github.com/quasarframework/quasar) 和 [element-plus](https://github.com/element-plus/element-plus). diff --git a/website/index.tpl b/website/index.tpl index c2d4547ed..210503cf5 100644 --- a/website/index.tpl +++ b/website/index.tpl @@ -20,8 +20,8 @@ - + {# #} @@ -29,19 +29,6 @@ - - - <% if (process.env.NODE_ENV === 'production') { %>