Skip to content

NiSHoW/ko-custom-elems-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This demo web app is nothing but static HTML and JavaScript files. However, since it uses Ajax, you have to host it on a web server to make it work.

Live demo at http://stevesanderson.github.io/ko-custom-elems-test/

Running it locally

If you have Node.js, open a terminal/command prompt in the same directory as this README file, then run:

npm install -g http-server
http-server

... then browse to http://localhost:8080/

Alternatively, configure any other web server to serve these files.

About

Experiments with a possible future Knockout feature: dynamically-loaded components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published