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
- Host: GitHub
- URL: https://github.com/iuap-design/moy.js
- Owner: iuap-design
- License: mit
- Created: 2017-07-26T07:28:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T08:08:26.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T23:46:59.942Z (over 1 year ago)
- Topics: knockoutjs, moy, tinper-moy
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# Moy.js
[](https://www.npmjs.com/package/moy.js)
[](https://travis-ci.org/iuap-design/moy.js)
[](https://david-dm.org/iuap-design/moy.js#info=devDependencies)
[](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.