随笔分类 -  React

react dva
摘要:我们用极简的方式来创建服务,没有任何附加功能 1 新建一个server文件夹 2 使用npm init 或者yarn init 一路enter 3 yarn add express cors (express 封装了http等插件的框架, cors解决跨域) 4 在server 内新建 server 阅读全文
posted @ 2020-07-16 16:36 NT.Wang 阅读(736) 评论(0) 推荐(0)
摘要:服务器 准备工具 依次安装即可 nginx 安装nginx https://www.runoob.com/linux/nginx-install-setup.html 配置全局nginx命令 https://www.cnblogs.com/NTWang/p/13066602.html git yum 阅读全文
posted @ 2020-07-16 16:35 NT.Wang 阅读(1643) 评论(0) 推荐(0)
摘要:Objects are not valid as a React child (found: object with keys {code, text}). If you meant to render a collection of children, use an array instead 返 阅读全文
posted @ 2020-05-20 09:52 NT.Wang 阅读(843) 评论(0) 推荐(0)