alloyteam react starterkit


Keywords
steamer starterkit, react, redux, webpack, steamerjs, boilerplate, starter-kit
License
MIT
Install
npm install steamer-react@4.0.0-beta.6

Documentation

steamer-react

react 高效快速启动脚手架

NPM Version Deps

快速启动

// 安装 steamerjs,已经内置 steamer-plugin-kit
npm i -g steamerjs
// 下载脚手架到全局
steamer kit --add https://github.com/steamerjs/steamer-react.git
// 基于脚手架初始化项目
steamer kit
  • 直接从github clone 下来

常用命令

// 安装依赖
npm i

// 开发
npm start
// 打开链接
localhost:9000

// 代码规范扫描
npm lint

// 生产代码生成
npm run dist

脚手架文档

参见文档-项目脚手架

文章参考