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:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
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"
- UI组件库:ant-design
- 图表
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2",
- 控制全局弹出登录框
"@ebay/nice-modal-react": "^1.2.10"