Skip to content

Commit

Permalink
完善文档说明
Browse files Browse the repository at this point in the history
  • Loading branch information
biaochenxuying committed Mar 3, 2019
1 parent f0ae547 commit 091e199
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
- [x] 发文(支持 MarkDown 语法)
- [x] 文章详情展示(支持代码语法高亮)
- [X] 移动端适配
- [X] 网站波浪效果
- [X] 网站波浪效果(请看 http://biaochenxuying.cn/wave.html)
- [X] 第三方 github 授权登录

## 2.2 待实现功能

Expand Down Expand Up @@ -228,6 +229,12 @@ config.devtool = false; // 关闭 sourceMap
config = injectBabelPlugin('babel-plugin-transform-decorators-legacy', config); // 支持装饰器
```

因为 linux 和 window 的设置端口的打包命令有点不同,如果 window 下打包出错,请把 package.json 修改成如下的命令:

```
"start": "set PORT=3001 && react-app-rewired start",
```

## 7.2 关于 页面

对于 关于 的页面,其实是一篇文章来的,根据文章类型 type 来决定的,数据库里面 type 为 3
Expand Down Expand Up @@ -277,6 +284,7 @@ npm run build 或者 yarn run build
- 2. [react + Ant Design + 支持 markdown 的 blog-react 项目文档说明](http://biaochenxuying.cn/articleDetail?article_id=5bf6bb5e85e0f13af26e57b7)
- 3. [基于 node + express + mongodb 的 blog-node 项目文档说明](http://biaochenxuying.cn/articleDetail?article_id=5bf8c57185e0f13af26e7d0d)
- 4. [服务器小白的我,是如何将node+mongodb项目部署在服务器上并进行性能优化的](http://biaochenxuying.cn/articleDetail?article_id=5bfa728bb54f044b4f9da240)
- 5. [github 授权登录教程与如何设计第三方授权登录的用户表](http://biaochenxuying.cn/articleDetail?article_id=5c7bd34e42b55e2ecc90976d)



Expand Down

0 comments on commit 091e199

Please sign in to comment.