lattea

an object based mvvm framework

Usage no npm install needed!

<script type="module">
  import lattea from 'https://cdn.skypack.dev/lattea';
</script>

README

Lattea · Travis Coverage Status npm version license

Intro

中文版

Lattea is an MIT-licensed open source framework for building web apps writen by JavaScript.

  • Object-Based: Lattea make the connection between View and Model more intutive. Provide support for nested object and array.
  • Light: With babel runtime, 6.01KB min+gzip.
  • Extensible: With the lean core(less then 350 lines), Lattea is easy to extend.
  • Data-Binding: Update dom automatically when data change.
  • Flux-Friendly: Lattea provide an flux util named lattex for user to manage data.

Quickstart

Get started in 5 minutes

Issues

Find a Bug or want to improve Lattea? Just open an issue.

License

MIT

Copyright (c) 2016-2017 Mirone Xiao.