An engine for specialty mapping applications written with OpenLayers 3 and Vue.js.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
git commit -am "new point release"
git tag -a "vX.XX"
git push --tags
# lint all *.js and *.vue files
npm run lint
# run unit tests
npm test
# installation version required for npm install / npm run build
npm: 6.14.16
node 8.10.0
npm install npm@6.14.16
curl -fsSL https://deb.nodesource.com/setup_8.x | sudo -E bash -
apt-get install -y nodejs