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

https://github.com/iuap-design/moy.js

Simple, MVVM framework based on Knockout
https://github.com/iuap-design/moy.js

knockoutjs moy tinper-moy

Last synced: about 2 months ago
JSON representation

Simple, MVVM framework based on Knockout

Awesome Lists containing this project

README

          

# Moy.js

[![npm version](https://img.shields.io/npm/v/moy.js.svg)](https://www.npmjs.com/package/moy.js)
[![Build Status](https://img.shields.io/travis/iuap-design/moy.js/master.svg)](https://travis-ci.org/iuap-design/moy.js)
[![devDependency Status](https://img.shields.io/david/dev/iuap-design/moy.js.svg)](https://david-dm.org/iuap-design/moy.js#info=devDependencies)
[![NPM downloads](http://img.shields.io/npm/dm/moy.js.svg?style=flat)](https://npmjs.org/package/moy.js)

`Mox.js` 在 `Knockout.js` 的基础上进一步的封装,提供 `createApp()、createModel()、use()` 等 `API`,并实现了基于 `u-meta` 的前端组件化机制,结合了 MVVM 架构和组件化开发的多重优点,快速提高开发效率,提升开发体验。

## Core API & Concept

- createApp
- createModel
- use

## Components

- u-meta

## License

MIT License

Copyright (c) 2017 Yonyou FED

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.