README.md
865 Bytes
superglobevue
1、描述
SuperGlobeVue是基于vue-cli3和supermap cesium 的一款Globe地球视图。
- 数据配置文件为config/urlConfig.vue
- 修改显示组件主要为views/Home.vue中的第15行
- Globe的主要视图是src/componnets/viewer.vue
系统通过vue.config.js进行了eslint的配置。
2、设置
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint