You need to install node and git locally. The project is based on ES2015+, vue, vuex, vue-router, vue-cli , axios and element-ui。
│ .browserslistrc
│ .eslintrc.js
│ .gitignore
│ babel.config.js
│ package.json
│ README.md
│ vue.config.js
│ yarn.lock
│
├─public
│ favicon.ico
│ index.html
│
└─src
│ App.vue
│ main.js
│
├─assets
│
├─components
│ │ InitMap.vue
│ │
│ └─modules
│ CustomSymbols.vue
│ DrawingGraphics.js
│ DrawingGraphics.vue
│ GeoServer.vue
│ HeatMap.vue
│ MapServer.vue
│ PathLineLayer.js
│ TrackPlayback.vue
│
├─router
│ index.js
│
├─store
│ index.js
│
└─views
About.vue
Home.vue
# clone the project
git clone https://github.com/liuzhenghe30265/arcgis3-vue2-demo.git
# enter the project directory
cd arcgis3-vue2-demo
# install dependency
yarn install
# Compiles and hot-reloads for development
yarn serve
# Compiles and minifies for production
yarn build
Modern browsers and Internet Explorer 10+.
IE / Edge | Firefox | Chrome | Safari |
---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |