0.1.1 • Published 8 years ago

struct-builder-reflux v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

STRUCT-BUILD-REFLUX

build a react redux project.

USAGE

const reflux = require('struct-builder-reflux');

reflux.install({
  //build position
  origin: `${process.env.PWD}/test/app`,
  //isn't fetch inner app code
  fetch: true,
},
{
  ALIAS_PATHS: reflux.alias(''),
  PRO_NAME: 'react-reflux',
  PRO_OUT_PATH: '/bundle',
  APP_PATH: '/produce',
  LISENCE: 'ISC',
  SYS_USR: process.env.USER,
});