All Projects → ShirasawaSama → moer

ShirasawaSama / moer

Licence: MIT License
一个全新的基于Proxy的MVVM框架

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to moer

Web Atoms.js
Enterprise Grade JavaScript Web Components with MVVM inspired from Flex and Silverlight
Stars: ✭ 47 (+261.54%)
Mutual labels:  javascript-framework, mvvm
bill
Android 记账 App
Stars: ✭ 16 (+23.08%)
Mutual labels:  mvvm
foxx-builder
ArangoDB Foxx Services in a super intuitive way
Stars: ✭ 22 (+69.23%)
Mutual labels:  javascript-framework
recycler-adapter
RecyclerView-driven declarative UIs
Stars: ✭ 124 (+853.85%)
Mutual labels:  mvvm
Cathay
an iOS project for demonstration of Reactive Programming
Stars: ✭ 21 (+61.54%)
Mutual labels:  mvvm
MIST
Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task.
Stars: ✭ 51 (+292.31%)
Mutual labels:  mvvm
Sharpen
(Demo) A v-dom "diff" engine based on WebAssembly, aim to build efficient and fluent web apps.
Stars: ✭ 20 (+53.85%)
Mutual labels:  mvvm
Luna
Tracking the moon phase using SwiftUI and Combine
Stars: ✭ 19 (+46.15%)
Mutual labels:  mvvm
RickAndMorty
No description or website provided.
Stars: ✭ 63 (+384.62%)
Mutual labels:  mvvm
FindTaek
📦 내가 시킨 택배가 어디까지 왔는지 확인해보세요
Stars: ✭ 26 (+100%)
Mutual labels:  mvvm
ReactComponentKit
ReactComponentKit = Component + MVVM + Redux for iOS!!!
Stars: ✭ 33 (+153.85%)
Mutual labels:  mvvm
ModernKeePass
KDBX password manager for the Windows Store
Stars: ✭ 29 (+123.08%)
Mutual labels:  mvvm
mvvm-with-rxswift-mentoring-008
Project and source code of the iOS Dev Mentoring #008 - Test-driven MVVM with RxSwift
Stars: ✭ 45 (+246.15%)
Mutual labels:  mvvm
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (+638.46%)
Mutual labels:  mvvm
mvc-tree
🌳 A chronological visualization of the family of MVC patterns.
Stars: ✭ 40 (+207.69%)
Mutual labels:  mvvm
ios-architecture-example
Architecture pattern simple examples in iOS. You can compare differences in MVC, MVP, MVVM-Delegate and MVVM-Rx for same feature
Stars: ✭ 16 (+23.08%)
Mutual labels:  mvvm
TpHulk
androidx,mvp,mvvm,jetpack
Stars: ✭ 19 (+46.15%)
Mutual labels:  mvvm
Updoot
A reddit client built for android
Stars: ✭ 51 (+292.31%)
Mutual labels:  mvvm
proxy-mvvm
用proxy简单实现一个mvvm
Stars: ✭ 16 (+23.08%)
Mutual labels:  mvvm
InplaceEditBoxLib
WPF/MVVM control to implement a textbox on top of other elements like TreeViewItem or ListViewItem (use case: perform in place edit on top of a displayed text item)
Stars: ✭ 28 (+115.38%)
Mutual labels:  mvvm

Moer.js tnpm JavaScript Style Guide Build Status codecov Coding GitHub stars

一个全新的 MVVM 框架

特性

  • 虚拟DOM
  • 高性能渲染组件
  • Model层分离
  • TypeScript支持
  • 事件代理
  • 插件API
  • 异步请求数据
  • 基于Proxy捕获数据更新
  • 体积小 (MIN+GZIP后仅 5.8KB)
  • 支持IE9 (必须使用babel-polyfill)
  • 服务端渲染 (大雾)

语法

点此查看

起步

generator-moer 版本: tnpm

首先: 使用下面的命令来安装初始化模块

npm install -g yo
npm install -g generator-moer

接着: 输入以下指令快速创建项目, 您可以按照提示操作:

yo moer

感谢

感谢 @developitPreact 项目, 本项目使用了部分该项目的源码. 该项目采用 MIT License 开源协议

协议

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].