Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 668 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 668 Bytes

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版实现,一样