OpenLayers Node環境安裝運行打包
阿新 • • 發佈:2019-02-10
ack 3.0 解壓 img nsh all pac amp 沖突
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環境安裝運行打包