Xiatian-leo / ol-webpack

Using webpack and the ol package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenLayers + Webpack

This example demonstrates how the ol package can be used with webpack.

Clone the project.

git clone git@github.com:openlayers/ol-webpack.git

Install the project dependencies.

cd ol-webpack
npm install

Create a bundle for the browser.

npm run build

Open index.html to see the result.

open index.html

About

Using webpack and the ol package


Languages

Language:HTML 51.2%Language:JavaScript 48.8%