Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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实现版本 学习之用
- Host: GitHub
- URL: https://github.com/chenjinxinlove/react-elm
- Owner: chenjinxinlove
- Created: 2017-03-24T06:57:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T15:28:34.000Z (over 7 years ago)
- Last Synced: 2023-11-07T19:02:21.785Z (about 1 year ago)
- Topics: react, react-router, rudex
- Language: JavaScript
- Size: 1.61 MB
- Stars: 102
- Watchers: 9
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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版实现,一样```