A lightweight and simple web frontend model-view framework inspired by Vue.js
- 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 :-)
- 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 description npm publish