# ol-browserify **Repository Path**: mirrors_openlayers/ol-browserify ## Basic Information - **Project Name**: ol-browserify - **Description**: Using browserify and the ol package - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenLayers + Browserify This example demonstrates how the `ol` package can be used with browserify. Clone the project. git clone https://github.com/openlayers/ol-browserify.git Install the project dependencies. cd ol-browserify npm install Create a bundle for the browser. npm run build Open `index.html` to see the result. open index.html