Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chenjinxinlove/react-elm

Vue2-elm 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用https://github.com/bailicangdu/vue2-elm 的react实现版本 学习之用
https://github.com/chenjinxinlove/react-elm

react react-router rudex

Last synced: about 1 month ago
JSON representation

Vue2-elm 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用https://github.com/bailicangdu/vue2-elm 的react实现版本 学习之用

Awesome Lists containing this project

README

        

### React实现饿了吗多页面SPA

之前看到:Vue2-elm 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用。https://github.com/bailicangdu/vue2-elm

`就用react+redux来写了一下,但是登录之后的cookie有些问题,订单部分没有写,那个项目结合vue版让我更了解react与vue的异同,对MVVM有了更深的认识。`

#### 安装说明

```
git clone [email protected]:chenjinxinlove/react-elm.git
cd react-elm
npm install 安装
npm run clean 清理dist目录
npm run dist 发布
npm start 开发

```

#### 其他说明

```
项目截图请直接看vue版实现,一样

```