mindmup / mapjs-webpack-example

simple example how to pack mapjs 2 with webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use MapJS 2 with WebPack

  1. run npm install to grab the dependencies
  2. run npm run pack-js to package MAPJS and all the dependencies into a single JS file
  3. open index.html in your browser

How it works

Check out src/start.js to see how the page is wired up and initialised.

About

simple example how to pack mapjs 2 with webpack


Languages

Language:JavaScript 49.8%Language:HTML 26.8%Language:CSS 23.3%