mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-26 19:35:14 +08:00
17 lines
564 B
Markdown
17 lines
564 B
Markdown
# 计算机类电子书网站开源项目
|
||
|
||
> 如需获取计算机类电子书,请访问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
|
||
``` |