The classic TodoMVC example implemented as a zUIx component.
https://zuixjs.github.io/zuix-todomvc
Issue the following commands to install development dependencies and start the local web server (port 8080).
npm install
npm run start
Main component source code is located in the components
folder.
zUIx.js is a lite JavaScript library (~13kB) for creating component-based websites and applications.
Main features:
- Content Manager
- Template Engine
- Component Manager
- Cross-domain content/component loading
- Lazy-loading
- Events, Behaviors and Hooks
- Automatic events unbinding
- Components and fields caching
- Integrated resources loader
- Integrated jQuery-like DOM helper