Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steamerjs/steamer-react
react redux react-router webpack isomorphic boilerplate/starter kit
https://github.com/steamerjs/steamer-react
Last synced: 2 days ago
JSON representation
react redux react-router webpack isomorphic boilerplate/starter kit
- Host: GitHub
- URL: https://github.com/steamerjs/steamer-react
- Owner: steamerjs
- License: mit
- Created: 2016-01-19T15:53:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T11:14:31.000Z (about 6 years ago)
- Last Synced: 2024-12-15T09:40:43.744Z (11 days ago)
- Language: JavaScript
- Homepage:
- Size: 31 MB
- Stars: 205
- Watchers: 12
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# steamer-react
react 高效快速启动脚手架[![NPM Version](https://img.shields.io/npm/v/steamer-react.svg?style=flat)](https://www.npmjs.com/package/steamer-react)
[![Deps](https://david-dm.org/SteamerTeam/steamer-react.svg)](https://david-dm.org/SteamerTeam/steamer-react)## 快速启动
* 推荐 >> 使用[steamerjs](https://steamerjs.github.io/docs/projectkits/Bootstrap.html)安装
```javascript
// 安装 steamerjs,已经内置 steamer-plugin-kit
npm i -g steamerjs
// 下载脚手架到全局
steamer kit --add https://github.com/steamerjs/steamer-react.git
// 基于脚手架初始化项目
steamer kit
```* 直接从github clone 下来
## 常用命令
```javascript
// 安装依赖
npm i// 开发
npm start
// 打开链接
localhost:9000// 代码规范扫描
npm lint// 生产代码生成
npm run dist```
## 脚手架文档
[参见文档-项目脚手架](https://steamerjs.github.io/docs/projectkits/Starterkit.html)## 文章参考
* [React移动web极致优化](https://github.com/lcxfs1991/blog/issues/8)
* [webpack使用优化(基本篇)](https://github.com/lcxfs1991/blog/issues/2)
* [webpack使用优化(react篇)](https://github.com/lcxfs1991/blog/issues/7)
* [webpack Performance: The Comprehensive Guide](https://github.com/lcxfs1991/blog/issues/15)