0.1.2 • Published 7 years ago
jc-react-cli v0.1.2
Install
npm i jc-react-cli -gUsage
- Create a project directory in the current path.
juicecube init <project's name>- Create a component directory in the current path.
juicecube create <component's name>If you want the component with redux, you need use -r.
3. Clean local template Cache.
juicecube clean