coding-helper
v0.7.1
Published
CodeSmith for react dva stack
Downloads
3
Readme
coding-helper
CodeSmith for react dva stack
Getting Started
Install, start.
# Install
$ npm install coding-helper -g
gift all --route_name={your route_name} --namespace={your namespace} --model_name={your model_name}
and your project changed
.
├── src # Source directory
├── models # Dva models
└── {your model}.js # new model
├── router.js # add a new route
├── routes # Route components
└── {your route} # new route dir
└── index.js # new route component