Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Examples

todo.py

A port of the TodoMVC web components example, matching the look, feel and feature set but structurally refactored to be simpler and more Pythonic.

pyjs todo:main --ssr server_render --ssr-args '[["task one", "task two"]]' --css todo.css --serve