微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。