react-antd:使用react&antd建立个人电脑网站

时间:2021-05-02 10:48:22
【文件属性】:
文件名称:react-antd:使用react&antd建立个人电脑网站
文件大小:1.07MB
文件格式:ZIP
更新时间:2021-05-02 10:48:22
JavaScript 技术栈 react@16.0 + redux@3.7.2 + react-router@3.2.0 + webpack@3.10.0 + fetch@2.0.3 + less@2.7.1 + antd@3.1.3 npm install (安装依赖包) npm start (运行本地开发环境) npm run build (打包) 另开启一个命令窗口 启动node的本地json数据代理服务 npm run mock 想要体验聊天室功能 先开启socket服务 运行命令 npm run chat 服务端返回数据结构格式 { data: { totalCount: 100, currentPage: 1, pageSize: 10, 'list': [ ], }, msg: '', status: 1, } 所有异步请求返回都会经过u

网友评论