Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
344b9c49
authored
2020-12-02 10:42:07 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
新增arcgis依赖,babel-polyfill转码
1 parent
6306e097
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
package.json
src/main.js
package.json
View file @
344b9c4
...
...
@@ -19,30 +19,31 @@
"el-select-tree"
:
"^1.0.26"
,
"el-tree-select"
:
"^3.1.10"
,
"element-ui"
:
"^2.13.2"
,
"esri-loader"
:
"^2.16.0"
,
"file-saver"
:
"^2.0.2"
,
"form-making"
:
"^1.2.9"
,
"insert-css"
:
"^2.0.0"
,
"js-cookie"
:
"^2.2.1"
,
"mockjs"
:
"^1.1.0"
,
"screenfull"
:
"^5.0.2"
,
"shapefile"
:
"^0.6.6"
,
"style-resources-loader"
:
"^1.3.3"
,
"terraformer-arcgis-parser"
:
"^1.1.0"
,
"terraformer-wkt-parser"
:
"^1.2.1"
,
"vue"
:
"^2.6.10"
,
"vue-cli-plugin-style-resources-loader"
:
"^0.1.4"
,
"vue-quill-editor"
:
"^3.0.6"
,
"vue-router"
:
"^3.0.3"
,
"vuex"
:
"^3.0.1"
,
"webpack-theme-color-replacer"
:
"^1.3.14"
,
"xlsx"
:
"^0.16.6"
,
"esri-loader"
:
"^2.15.0"
,
"shapefile"
:
"^0.6.6"
,
"terraformer-arcgis-parser"
:
"^1.1.0"
,
"terraformer-wkt-parser"
:
"^1.2.1"
"xlsx"
:
"^0.16.6"
},
"devDependencies"
:
{
"@vue/cli-plugin-babel"
:
"^3.11.0"
,
"@vue/cli-plugin-eslint"
:
"^3.11.0"
,
"@vue/cli-service"
:
"^3.11.0"
,
"babel-eslint"
:
"^10.0.1"
,
"babel-polyfill"
:
"^6.26.0"
,
"eslint"
:
"^5.16.0"
,
"eslint-plugin-vue"
:
"^5.0.0"
,
"less"
:
"^3.0.4"
,
...
...
src/main.js
View file @
344b9c4
...
...
@@ -37,6 +37,7 @@ if (
}
},
false
)
}
import
"babel-polyfill"
Vue
.
config
.
productionTip
=
false
Vue
.
use
(
ElementUI
)
new
Vue
({
...
...
Please
register
or
sign in
to post a comment