Skip to content

liuzhenghe30265/arcgis3-vue2-demo

Repository files navigation

AppVeyor npm webpack vue vue-router axios esri-loader element-ui ArcGIS

Introduction

Preparation

You need to install node and git locally. The project is based on ES2015+, vue, vuex, vue-router, vue-cli , axios and element-ui

Features

│  .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

Project setup

# 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

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge Firefox Chrome Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published