Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wuyanwen/dianpinplus

从零开始使用React全家桶开发电商系统
https://github.com/wuyanwen/dianpinplus

koa koa-router less react react-router redux webpack

Last synced: 23 days ago
JSON representation

从零开始使用React全家桶开发电商系统

Awesome Lists containing this project

README

        

### 从零开始使用React全家桶开发电商系统

### 技术栈:
react + react-router4.1 + redux + koa2 + koa-router + less + ES6/7 + webpack + fetch + bundle-loader

### 项目说明:

### 基于 react react-router redux 的项目,主要是为了学习实战react全家桶

### 下载

git clone https://github.com/wuyanwen/dianpinPlus

cd dianpinPlus

npm install

### 运行(nodejs 7.6.0+)
```
npm run dev (正常编译模式)

访问 http://localhost:8080

npm run build (发布生产版本,对代码进行混淆压缩,提取公共代码,分离css文件)
```
### 说明

> 如果觉得不错的话,您可以点右上角 "Star" 支持一下 谢谢! ^_^

### 最后

> 欢迎 issue 和 pr

> 欢迎加入前端实战交流QQ群: 541024234

## 附项目截图

![image](./images/1.jpg)

![image](./images/2.jpg)

![image](./images/3.jpg)