Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 868 Bytes

readme.md

File metadata and controls

38 lines (26 loc) · 868 Bytes

zUIx • TodoMVC

The classic TodoMVC example implemented as a zUIx component.

https://zuixjs.github.io/zuix-todomvc

Local testing

Issue the following commands to install development dependencies and start the local web server (port 8080).

npm install
npm run start

Implementation notes

Main component source code is located in the components folder.

About zUIx.js

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

zUIx Home and Docs