UNPKG

fluxcapacitor

Version:

A bunch of tools to implement apps the Flux way

12 lines (11 loc) 280 B
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <div id="app"></div> <script src="../dist/fluxcapacitor.js" type="text/javascript"></script> <script src="./index.js" type="text/javascript"></script> </body> </html>