gis-map-universal 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +13 -54
- package/.env +0 -1
- package/.eslintignore +0 -1
- package/README.md +0 -24
- package/lib/demo.html +0 -8
- /package/{lib/gismap.umd.js → gismap.umd.js} +0 -0
package/package.json
CHANGED
|
@@ -1,54 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "gis-map-universal",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "GIS通用组件",
|
|
5
|
-
"main": "
|
|
6
|
-
"private": false,
|
|
7
|
-
"scripts": {
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"@supermap/iclient-ol": "^11.1.1"
|
|
15
|
-
},
|
|
16
|
-
"peerDependencies": {
|
|
17
|
-
"@vue/cli-plugin-babel": "~4.5.11",
|
|
18
|
-
"@vue/cli-plugin-eslint": "~4.5.11",
|
|
19
|
-
"@vue/cli-service": "~4.5.11",
|
|
20
|
-
"vue-template-compiler": "^2.6.11",
|
|
21
|
-
"webpack-bundle-analyzer": "^4.10.2"
|
|
22
|
-
},
|
|
23
|
-
"devDependencies": {
|
|
24
|
-
"@supermap/babel-plugin-import": "^0.0.1",
|
|
25
|
-
"babel-eslint": "^10.1.0",
|
|
26
|
-
"babel-plugin-component": "^1.1.1",
|
|
27
|
-
"babel-preset-es2015": "^6.24.1",
|
|
28
|
-
"eslint": "^6.7.2",
|
|
29
|
-
"eslint-plugin-vue": "^6.2.2",
|
|
30
|
-
"vue": "^2.6.11"
|
|
31
|
-
},
|
|
32
|
-
"eslintConfig": {
|
|
33
|
-
"root": true,
|
|
34
|
-
"env": {
|
|
35
|
-
"node": true
|
|
36
|
-
},
|
|
37
|
-
"extends": [
|
|
38
|
-
"plugin:vue/essential",
|
|
39
|
-
"eslint:recommended"
|
|
40
|
-
],
|
|
41
|
-
"parserOptions": {
|
|
42
|
-
"parser": "babel-eslint"
|
|
43
|
-
},
|
|
44
|
-
"rules": {
|
|
45
|
-
"no-debugger": "off",
|
|
46
|
-
"no-console": "off"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"browserslist": [
|
|
50
|
-
"> 1%",
|
|
51
|
-
"last 2 versions",
|
|
52
|
-
"not dead"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "gis-map-universal",
|
|
3
|
+
"version": "0.0.5",
|
|
4
|
+
"description": "GIS通用组件",
|
|
5
|
+
"main": "gismap.umd.js",
|
|
6
|
+
"private": false,
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
+
},
|
|
10
|
+
"keywords": [],
|
|
11
|
+
"author": "",
|
|
12
|
+
"license": "ISC"
|
|
13
|
+
}
|
package/.env
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
VUE_APP_BASE_API = ''
|
package/.eslintignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
packages/gisMap2d/src/js/libs/*
|
package/README.md
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# gisMap2d-universal
|
|
2
|
-
|
|
3
|
-
## Project setup
|
|
4
|
-
```
|
|
5
|
-
npm install
|
|
6
|
-
```
|
|
7
|
-
|
|
8
|
-
### Compiles and hot-reloads for development
|
|
9
|
-
```
|
|
10
|
-
npm run serve
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
### Compiles and minifies for production
|
|
14
|
-
```
|
|
15
|
-
npm run build
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
### Lints and fixes files
|
|
19
|
-
```
|
|
20
|
-
npm run lint
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
### Customize configuration
|
|
24
|
-
See [Configuration Reference](https://cli.vuejs.org/config/).
|
package/lib/demo.html
DELETED
|
File without changes
|