博客项目READMD.md

34 阅读1分钟

blog

博客项目,仿掘金

This is a Next.js project bootstrapped with create-next-app.

运行

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

更多

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

  • 文本编辑器:ByteMd
  • 实时聊天:注意前后端适配问题,socket.io
//后:
<dependency>
    <groupId>com.corundumstudio.socketio</groupId>
    <artifactId>netty-socketio</artifactId>
    <version>1.7.11</version>
</dependency>
//前:
"socket.io-client": "^2.4.0"
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2",
  • 控制全局弹出登录框
"@ebay/nice-modal-react": "^1.2.10"

项目功能解析图

image.png

功能展示图

首页

image.png

详情页

image.png

评论区

image.png

博客发表

image.png

image.png

发布成功页

image.png

个人中心 | 文章列表展示 | 关注列表展示

image.png

image.png

image.png

编辑个人信息

image.png

私信

image.png

创作者中心(有很多页面就不都展示了)

image.png

image.png

image.png