Alvin
                                            Alvin
                                        
                                    后台 pm2 直接 start app.js
### clone and prepare ``` git clone https://github.com/gershonv/react-blog.git cd react-blog npm i cd server npm i ``` ### start your project ``` cd react-blog npm start ## open another terminal...
1. 从数据库的表的设计入手 2. 搭建模型,整体框架。。 3. 针对某个控制器进行开发,比如先编写用户表的业务逻辑、登录注册等等、权限的设计等等 4. 其他就是业务层面了 如果还不是很了解,欢迎加群 855655742 一起交流讨论 > 研究源码,感觉就是不知从何处下手。大佬可以简单讲一下后台项目的思路吗?比如先写哪个模块,后写哪个模块。谢谢!
network error ? 后端确认启动了吗
后端启动命令时 npm run dev,仅仅配置数据库的名称和密码即可
自定义 hooks,相关资料 https://zh-hans.reactjs.org/docs/hooks-custom.html
暂时没有响应功能
搞了一早上,已降级处理 害
> npm init @alilc/element example-materials 后创建的是什么元素? 就是默认创建的。 ## node-sass 兼容性 | NodeJS | Supported node-sass version | Node Module | | ------- | --------------------------- | ----------- | | Node 17...
好像是内置依赖 node-sass 版本 4.x。就算你安装了 node-sass 6.x 版本,内部的包在用的也是 4.x。 node 16+,node-sass 4.x 版本跑编译。就会报错