17.4.1 • Published 10 months ago

@mapgis/mapgis-pan-spatial-map-widgets-config-ui v17.4.1

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

mapgis-pan-spatial-map-widgets-config-ui

Project structure

|-- public								# public静态文件
|-- docs								# 项目文档								
|-- src
|   |-- api								# api接口
|   |-- assets							# 项目静态资源
|   |-- components						# 配置ui组件	
|   |   |-- BasemapManagerSetting		# 底图管理
|   |   |-- CityGrowSetting				# 城市生长
|   |   |-- CommonComponents			# 公用组件
|   |   |-- ComprehensiveQuerySetting	# 综合查询
|   |   |-- DataCatalogSetting			# 数据目录
|   |   |-- FeatureQuerySetting			# 要素查询
|   |   |-- KibanaVSetting				# 外链应用
|   |   |-- LegendSetting				# 图例
|   |   |-- MapDataVSetting				# DataV
|   |   |-- MarkerManagerSetting		# 标注
|   |   |-- Measurement					# 测量
|   |   |-- OverlayManagerSetting		# 基础标绘
|   |   |-- ParticleEffectsSetting		# 粒子特效
|   |   |-- PlotManagerSetting			# 行业标绘
|   |   |-- ThematicMapSetting			# 专题服务
|   |   |-- TopographyManagerSetting	# 地形管理
|   |   |-- WidgetSetting				# 微件配置编辑组件
|   |   `-- index.js					# 组件导出文件
|   |-- query							# 查询相关方法
|   |-- store							# vuex
|   |-- utils							# 工具方法
|   |-- index.js						# 项目入口文件
|   |-- shims-tsx.d.ts					# jsx语法配置
|   |-- shims-vue.d.ts					# ts类型声明文件
|-- README.md							# readme文档
|-- babel.config.js						# babel配置
|-- package.json						# npm脚本和依赖项
|-- postcss.config.js					# postcss配置
|-- tsconfig.json						# ts配置	
|-- vue.config.js						# 项目配置文件

Project setup

yarn install

Compiles and hot-reloads for development

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.