lightue
v1.0.0-beta-2
Published
A lightweight and simple model-view framework inspired by Vue.js
Downloads
100
Maintainers
Readme
Lightue
A lightweight and simple web frontend model-view framework inspired by Vue.js
Highlights
- Super lightweight (<2.5KB min+br)
- State driven automatic dom updates
- JS functional style template, great native editor support
- Flexible function style components
- Low overhead, easily setup and run
Document has been moved to https://lightue.netlify.app/ or https://lightue.pages.dev/
If you have any advices or concerns, you can leave an issue :-)
How to release a new version
- change to new version number in package.json
bun dist
- commit the change (potentially together with other changes)
git tag -a ${new version number}
, add release descriptionnpm publish