https://github.com/openlayers/ol-rollup
OpenLayers + Rollup
https://github.com/openlayers/ol-rollup
Last synced: 8 months ago
JSON representation
OpenLayers + Rollup
- Host: GitHub
- URL: https://github.com/openlayers/ol-rollup
- Owner: openlayers
- Created: 2018-07-04T14:29:05.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T17:55:13.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:48:25.585Z (over 1 year ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 9
- Watchers: 5
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# OpenLayers + Rollup
This example demonstrates how the [`ol` package](https://www.npmjs.com/package/ol) can be used with Rollup.
Clone the project.
git clone git@github.com:openlayers/ol-rollup.git
Install the project dependencies.
cd ol-rollup
npm install
Create a bundle for the browser.
npm run build
Open `index.html` to see the result.
open index.html