esp6
v0.4.0
Published
ES6 Single Page Application Framefork
Readme
ESP6 -- ES6 Single Page Application Framefork
Install
For node.js
$ npm install esp6For browser, download the esp6.js file and link into your html.
Demo
$ git clone https://github.com/ccckmit/esp6.git
$ cd esp6
$ npm install --dev
$ npm startThe server started at http://localhost:3000/ , visiting the following page for demo program.
- Example 1 : DOM :
http://localhost:3000/ex1-dom/main.html - Example 2 : router :
http://localhost:3000/ex2-router/main.html - Example 3 : blog :
http://localhost:3000/ex3-blog/main.html
