Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/figuredlimited/vue-mc

Models and Collections for Vue
https://github.com/figuredlimited/vue-mc

collections data-structures models validation vue vuejs

Last synced: 2 days ago
JSON representation

Models and Collections for Vue

Awesome Lists containing this project

README

        



# Models and Collections for Vue.js

[![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)](https://codecov.io/gh/FiguredLimited/vue-mc)
[![Latest Version](https://img.shields.io/npm/v/vue-mc.svg?style=flat-square)](https://www.npmjs.com/package/vue-mc)
[![License](https://img.shields.io/npm/l/vue-mc.svg?style=flat-square)](https://github.com/FiguredLimited/vue-mc/blob/master/LICENSE)

### Documentation

Documentation is available at **[http://vuemc.io](http://vuemc.io)**

### Development

#### Install

Install [`yarn`](https://yarnpkg.com/en/) 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
```

### License

[MIT](LICENSE)