# What is Lightue?
Lightue is a lightweight and simple web frontend model-view framework inspired by Vue.js
Try the live example here
# Highlights
- Super lightweight (<2.5KB min+br)
- State driven dom updates
- JS object style template, great editor support in JS context
- Flexible function style components
- Low overhead, easily setup and run
# Compatability
Lightue supports all modern browsers (2020+) except IE. If you need older browser support (2014+), you can choose lightue-compat.min.js instead of lightue.min.js. To get legacy browser support (2014-), you can choose version 0.1.2 which supports down to IE 10.# TodoMVC
If you are already familiar with some other FE frameworks, you can learn Lightue quickly by comparing todo.html with other implementations# Projects that are using Lightue
https://github.com/smalllong/lightuepress (which is powering this site)https://github.com/smalllong/json5-sheet-editor