UNPKG

ashleshajs

Version:

AshleshaJS is a framework to build high performance and maintainable single page web applications. It uses ExpressJS and YUI3 as foundation. It is tightly coupled with Twitter Bootstrap for the CSS framework but you can use any other framework as well.

13 lines 345 B
<html> <head> <title>test</title> <script src="https://raw.github.com/douglascrockford/JSON-js/master/json2.js"></script> </head> <body> <code id="console"></code> <script>var Hogan = {};</script> <script src="../lib/template.js"></script> <script src="../lib/compiler.js"></script> <script src="./index.js"></script> </body> </html>