Skip to content

Latest commit

 

History

History

parcel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ol & ol-layerswitcher with Parcel

This example demonstrates how the ol package and ol-layerswitcher with Parcel.

Install the project dependencies.

npm install

Start a dev server.

npm run dev

Create a production build (output to the dist directory)

npm run build

See parceljs.org for more details of using Parcel.