An open API service indexing awesome lists of open source software.

https://github.com/openlayers/ol-rollup

OpenLayers + Rollup
https://github.com/openlayers/ol-rollup

Last synced: 8 months ago
JSON representation

OpenLayers + Rollup

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