1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-26 19:35:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
bookshelfplus/README.md

17 lines
564 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 计算机类电子书网站开源项目
> 如需获取计算机类电子书请访问https://books.only4.work/ 或前往Git仓库👉[GitHub](https://github.com/only-4/computer-related-books)、[Gitee](https://gitee.com/only4/computer-related-books)
当前项目为 https://books.only4.work 网站源代码,你也可以通过这个项目搭建一个属于自己的电子书分享与管理平台。
[接口文档](api.md)
## 前端
开发使用 nodemon代码变动后自动重启。
使用以下代码安装 nodemon
```
npm i nodemon -g
```