moon

编程之家收集整理的这个编程导航主要介绍了moon编程之家,现在分享给大家,也给大家做个参考。

moon

moon 介绍

MoMoon is a simple front end JavaScript library heavily inspired by vue. The library is fast,flexible,and easy to learn. Check out the Medium Article on the motivations for making this. 

Summary

Small file size (3kb minified + gzip)

 Blazing fast performance

Minimal & intuitive API

Compose with components

About

Moon is a JavaScript library with a minimal API and fast view compiler. It splits up a web application into two parts: the view and the data. The view is responsible for displaying the data to the user. Moon compiles the view into a JavaScript program running on a 3kb runtime capable of creating,updating,and destroying the view. The data is a simple object with access to the Moon API for updating itself.链接: http://www.fly63.com/nav/977

网站地址:https://kbrsh.github.io/moon

GitHub:https://github.com/kbrsh/moon

网站描述:一个从Vue获得灵感的 UI 框架

moon官方网站

官方网站:https://kbrsh.github.io/moon

如果觉得编程之家网站内容还不错,欢迎将编程之家网站推荐给程序员好友。

相关文章

johnny-five,Bocoup 的 JavaScript 机器和物联网编程框架
WePY,一款让小程序支持组件化开发的框架
Deep playground,神经网络的交互式可视化,使用d3.js和TypeS...
ShareDB,用于并发编辑系统的前端数据库
RxJS,RxJS 是使用 Observables 的响应式编程的库
egg-react-ssr,最小而美的Egg + React + SSR 服务端渲染应用...