HanYu1983 / f6

ES6 Front-End Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

f6 -- ES6 Front-End Framework

Install

For node.js

$ npm install f6

For browser, download the f6.js file and link into your html.

Demo

$ git clone https://github.com/ccckmit/f6.git
$ cd f6
$ npm install --dev
$ npm start

The server started at http://localhost:3000/ , visiting the following page for demo program.

For the other demo, you should start the server inside the subfolder

$ cd web/ex4-blog2
$ node server
$ cd web/ex5-blog3
$ node server

About

ES6 Front-End Framework

License:MIT License


Languages

Language:JavaScript 79.8%Language:HTML 20.2%