Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/figuredlimited/vue-mc
- Owner: FiguredLimited
- License: mit
- Created: 2017-08-18T01:28:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:13:34.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T08:22:51.036Z (8 months ago)
- Topics: collections, data-structures, models, validation, vue, vuejs
- Language: JavaScript
- Homepage: https://vuemc.io
- Size: 1.79 MB
- Stars: 626
- Watchers: 24
- Forks: 97
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)