Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/be-fe/react-mobx-vm
💯 The magic dev pattern View-Model based on React & Mobx
https://github.com/be-fe/react-mobx-vm
Last synced: 2 months ago
JSON representation
💯 The magic dev pattern View-Model based on React & Mobx
- Host: GitHub
- URL: https://github.com/be-fe/react-mobx-vm
- Owner: be-fe
- License: mit
- Created: 2018-02-08T02:38:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T07:27:49.000Z (about 6 years ago)
- Last Synced: 2024-10-06T22:17:35.032Z (3 months ago)
- Language: JavaScript
- Homepage: https://be-fe.github.io/react-mobx-vm/
- Size: 4.18 MB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- License: License
Awesome Lists containing this project
README
# react-mobx-vm
View & Model are mixed now via react mobx
[![build status](https://img.shields.io/travis/be-fe/react-mobx-vm/master.svg?style=flat-square)](https://travis-ci.org/be-fe/react-mobx-vm)
[![Test coverage](https://img.shields.io/codecov/c/github/be-fe/react-mobx-vm.svg?style=flat-square)](https://codecov.io/github/be-fe/react-mobx-vm?branch=master)
[![NPM version](https://img.shields.io/npm/v/react-mobx-vm.svg?style=flat-square)](https://www.npmjs.com/package/react-mobx-vm)
[![NPM Downloads](https://img.shields.io/npm/dm/react-mobx-vm.svg?style=flat-square&maxAge=43200)](https://www.npmjs.com/package/react-mobx-vm)
[test e2e](https://dashboard.cypress.io/#/projects/runs)- UMD `reactMobxVM`
- https://unpkg.com/react-mobx-vm
- https://cdn.jsdelivr.net/npm/react-mobx-vmNote: UMD don't supports extension/Router.
## Installation
```bash
npm i react react-router@3 mobx@3 mobx-react@4 react-mobx-vm -D
```## Examples
```bash
git clone ...
cd react-mobx-vm
npm install
npm run gojs:open -- -i routerV3/browserHistory.js
```## Tests
### Units
```bash
npm test
```### Integration
```bash
npm run test:cy:run
# or
npm run test:cy:open
```## Contributing
- The commit message should observe the [rule](http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html).