0.0.1 • Published 7 years ago
mapkit-vue v0.0.1
mapkit-vue
A Vue library for Apple Mapkit
Table of Contents
Installation
npm install -S mapkit-vueUsage
import Vue from 'vue';
import MapkitVue from 'mapkit-vue';
Vue.use(MapkitVue, {
authorizationCallback (done) {
done('your-jwt-here')
}
});Documentation
Make sure all dependencies are installed:
npm installTo run a documentation dev server:
npm run docs:devTo build documentation:
npm run docs:buildTo publish documentation to gh-pages:
npm run docs:publishDevelopment
A sandboxed dev environment is provided by vue-play. Changes made to the component files will appear in real time in the sandbox.
To begin development, run:
npm install
npm run devthen navigate to http://localhost:5000
To modify and add sandbox scenarios, edit play/index.js
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
0.0.1
7 years ago