项目作者: metal

项目描述 :
A Flux implementation for Metal.js.
高级语言: JavaScript
项目地址: git://github.com/metal/metal-flux.git
创建时间: 2015-10-22T13:13:34Z
项目社区:https://github.com/metal/metal-flux

开源协议:

下载


metal-flux

A Flux implementation for Metal.js

Setup

  1. Install NodeJS >= v0.12.0, if you don’t have it yet.

  2. Install global dependencies:

    1. [sudo] npm install -g gulp
  3. Install local dependencies:

    1. npm install
  4. Build the code:

    1. gulp build
  5. Open the demo at demos/index.html on your browser.