VueLayers
Vue 2 components to work with OpenLayers.
Install
# install Vue and VueLayers
npm install -S vue vuelayers
Build Setup
NOTE: Node v6+ is required.
git clone --recursive -j8 https://github.com/ghettovoice/vuelayers.git
cd vuelayers
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# build for production
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test