struct-builder-reflux
v0.1.1
Published
speed build directory struct, by react redux
Downloads
2
Maintainers
Readme
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,
});