npm.io
0.1.9 • Published 8 years ago

nodefony-stage

Licence
CECILL-B
Version
0.1.9
Deps
9
Size
9.7 MB
Vulns
0
Weekly
0
Stars
1
DeprecatedThis package is deprecated

nodefony-stage

Nodefony-Stage is an Experimental Port of Nodefony Project for client side (Browser).

It is used in the nodefony project for Monitoring management.

Documentation in progress !!

Nodefony-stage use webpack to build :

  • WEBPACK Module bundler for assets management of application .

BUILD LIBRARY


$ git clone https://github.com/nodefony/nodefony-stage.git

# BUILD ALL (with nodefony demo)
$ make install

# BUILD library dev and prod
$ npm install
$ make

# BUILD library dev
$ npm install
$ make build-dev

# BUILD library prod
$ npm install
$ make build

# SEE DEMO
$ make demo