OpenLayers打包构建
1、下载项目源码
GitHub下载:https://github.com/openlayers/openlayers.git
极速下载:https://gitee.com/mirrors/OpenLayers.git
2、安装npm依赖
npm i安装会出错如下图
使用 npm i ignore-scripts来安装,安装成功
3、打包构建
npm run build-package
webgis开发,java开发,在线地图,做自己的网站
1、下载项目源码
GitHub下载:https://github.com/openlayers/openlayers.git
极速下载:https://gitee.com/mirrors/OpenLayers.git
2、安装npm依赖
npm i安装会出错如下图
使用 npm i ignore-scripts来安装,安装成功
3、打包构建
npm run build-package