扫一扫分享
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.
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.
手机预览