OpenLayers Node环境安装运行打包
Posted boonya
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OpenLayers Node环境安装运行打包相关的知识,希望对你有一定的参考价值。
NodeJS 环境安装包下载:https://nodejs.org/zh-cn/download/
安装vue-cli3.0.1: https://cli.vuejs.org/guide/installation.html
Vue + Openlayers学习:https://www.jianshu.com/p/fd399ad4b7d8
OpenLayers开源代码:https://github.com/openlayers/openlayers
安装环境
下载Openlayers发布版本
https://github.com/openlayers/openlayers/releases
我这里下载的是4.6.5,之后解压。
安装ol包
npm install ol
注意:此包可能会冲突,可以在外面安装好了拷贝到node_modules里面。
运行Openlayers
npm run
运行此命令会得到运行建议
这里我们运行开发模式serve-examples:
浏览器查看:
打包
使用命令之后会在build目录生成响应的输出,如需要对ol重新打包运行
npm run build-package
以上是关于OpenLayers Node环境安装运行打包的主要内容,如果未能解决你的问题,请参考以下文章