New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

f6

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

f6

ES6 Front-End Framework

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

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.

Example 1

  • Example 1 : DOM : http://localhost:3000/ex1-dom/main.html

Example 2

Example 3

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

Example 4

$ cd web/ex4-blogInServer
$ node server

Example 5

$ cd web/ex5-blogInAjax
$ node server

Example 6

$ cd web/ex6-upload
$ node server

Example 7

$ cd web/ex7-uploadAjax
$ node server

Example 8

$ cd web/ex8-blogInAjaxMongodb
$ node server

Keywords

SPA

FAQs

Package last updated on 17 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts