ma-vue-components

0.1.0 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i ma-vue-components

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • bknez-dev