https://github.com/openlayers/ol-webpack
OpenLayers + webpack
https://github.com/openlayers/ol-webpack
Last synced: 8 months ago
JSON representation
OpenLayers + webpack
- Host: GitHub
- URL: https://github.com/openlayers/ol-webpack
- Owner: openlayers
- Created: 2018-03-17T16:14:45.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T17:57:26.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:48:25.558Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 52
- Watchers: 7
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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