vue-mc
v0.6.0
Published
[![Build Status](https://img.shields.io/travis/FiguredLimited/vue-mc.svg?style=flat-square&branch=master)](https://travis-ci.org/FiguredLimited/vue-mc) [![Coverage](https://img.shields.io/codecov/c/github/FiguredLimited/vue-mc/master.svg?style=flat-square
Downloads
4,545
Maintainers
Readme
Models and Collections for Vue.js
Documentation
Documentation is available at http://vuemc.io
Development
Install
Install yarn
if you don't already have it available:
sudo npm install -g yarn
Install the dependencies:
yarn
Build
yarn build --watch
Test
yarn test --watch
Docs
You will need to install jekyll to render and edit the documentation.
yarn docs