Skip to content

zuixjs/zuix-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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