Skip to content

Commit

Permalink
同步最新代码
Browse files Browse the repository at this point in the history
  • Loading branch information
muyao1987 committed Mar 18, 2022
1 parent c57c40c commit 533842e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
9 changes: 1 addition & 8 deletions mars3d-vue2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,7 @@ import Map from '../components/mars3d/Map.vue'
>2. 检查webpack和copy-webpack-plugin与node、npm的版本兼容问题

6. ### 如果您集成中遇到各种奇怪问题无法解决,可以切换至下面模版进行使用(更简单易用)
最简项目(CDN版)[mars3d-vue2-cdn](../mars3d-vue2-cdn/) `非npm引入Cesium和mars3d`


7. ### 如果您购买了授权版本,可以参考下面仓库来集成非npm版本的mars3d库。
最简项目(本地版)[mars3d-vue2-local](../mars3d-vue2-local/) `mars3d库非npm引入`




## Mars3D 是什么
> `Mars3D平台`[火星科技](http://marsgis.cn/)研发的一款基于 WebGL 技术实现的三维客户端开发平台,基于[Cesium](https://cesium.com/cesiumjs/)优化提升与B/S架构设计,支持多行业扩展的轻量级高效能GIS开发平台,能够免安装、无插件地在浏览器中高效运行,并可快速接入与使用多种GIS数据和三维模型,呈现三维空间的可视化,完成平台在不同行业的灵活应用。
Expand Down
9 changes: 1 addition & 8 deletions mars3d-vue2/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,7 @@ When running an error, please check whether there is any conflict between the re
>1. Check the compatibility between webpack and copy-webpack-plugin versions
>2. Check whether webpack and copy-webpack-plugin are compatible with Node and NPM versions

6. ### If you encounter a variety of strange integration problems that cannot be solved, you can switch to the following template for use (easier to use)
Simplest project (CDN Version)[mars3d-vue2-cdn](../mars3d-vue2-cdn/) `Non-npm introduces Cesium and Mars3D`


7. ### If you purchased the licensed version, you can refer to the following repository to integrate the mars3D library with non-NPM versions.
Simplest project (Local Version)[mars3d-vue2-local](../mars3d-vue2-local/) `Mars3d library non-NPM introduced`



## What is Mars3D
> `Mars3D platform` is [Mars technology](http://marsgis.cn/) a 3D client development platform based on WebGL technology, which is based on [Cesium](https://cesium.com/cesiumjs/) optimization and B / S architecture design,The lightweight and efficient GIS development platform supporting multi industry expansion can run efficiently in the browser without installation and plug-ins, and can quickly access and use a variety of GIS data and three-dimensional models, present the visualization of three-dimensional space, and complete the flexible application of the platform in different industries.
Expand Down
3 changes: 2 additions & 1 deletion mars3d-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0",
"sass": "^1.32.12",
"sass-loader": "^8.0.2",
"sass-loader": "^8.0.2",
"copy-webpack-plugin": "^6.3.2",
"vue-template-compiler": "^2.6.12"
},
"repository": {
Expand Down
4 changes: 3 additions & 1 deletion mars3d-vue3-vite/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { createApp } from 'vue'
import App from './App.vue'
import "./style.css"
import "mars3d/dist/mars3d.css";

import "mars3d-cesium/Build/Cesium/Widgets/widgets.css"
import "mars3d/dist/mars3d.css"

createApp(App).mount('#app')

0 comments on commit 533842e

Please sign in to comment.