16 lines
263 B
Markdown
16 lines
263 B
Markdown
|
# OpenLayers + Webpack
|
||
|
|
||
|
This example demonstrates how the `ol` package can be used with webpack 2.
|
||
|
|
||
|
Install the project dependencies.
|
||
|
|
||
|
npm install
|
||
|
|
||
|
Create a bundle for the browser.
|
||
|
|
||
|
npm run build
|
||
|
|
||
|
Open `index.html` to see the result.
|
||
|
|
||
|
open index.html
|