高德地图大于16个途经点生成线路方案
预览地址: http://map.lxc666.cn/#/
# git clone https://github.com/luoxuancong/GaoDe-Map.git
# cd gd-map-route
# 修改src\utils\map.js 中的地图key 值
# 安装依赖文件用到了 "element-ui": "2.13.2"
npm install
# 运行开发环境
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report