基于vue,vuex,axios 和Arcgis for js的esri地图后台操作模板
# install dependencies
# Good network environment
# install dependencies by cnpm or npm
cnpm i
# Bad network environment
# global install yarn
cnpm i yarn -g
# install dependencies by yarn
yarn install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# view after build effect at localhost:8089
npm run dist
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test