0.1.0 • Published 7 years ago

ma-vue-components v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

MapAnything component library for Vue.js development.

Install

$ npm install ma-vue-components --save-dev

Usage

This package makes the assumption that your application already has a dependency on Vue.js. The only other requirement for a couple of the components is a simple Vue event bus which can be added to your dependencies manually for now. Initially, I had thought of making an additional npm package for the event bus, but I'm just not sure if that is useful since it would simply look like this:

var Vue = require('vue');
module.exports = new Vue();
0.1.1

7 years ago

0.1.0

7 years ago