(work in progress)
Mapboard provides a pluggable Vue.js component for data-rich mapping applications. It combines the look and feel of Atlas with a more flexible, config-driven API.
To push a new version of Mapboard:
- Commit your changes to
master
. - Bump the NPM version with
npm version major|minor|patch
. - Push with tags:
git push --tags
.
Travis will now run a build and publish to NPM.