Redux CLI
made with
React
简介及使用教程
Redux CLI是一个可更快地构建redux / react应用的CLI。
安装
npm i redux-cli -g
使用
创建一个新的blueprint项目
blueprint new <project name>
//使用 SSL
blueprint new <project name> -S
//在当前项目中使用
blueprint init
开始生成components/tests
blueprint g dumb SimpleButton
示例
作者
Spencer Dixon
@SpencerCDixon相关项目