1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-05 00:21:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

继续搭建前端nodejs框架,添加字体动态压缩

This commit is contained in:
2022-03-13 19:46:44 +08:00
parent 6f4f4f3156
commit 02fa2bd8c6
22 changed files with 389 additions and 339 deletions

View File

@@ -4,4 +4,14 @@
当前项目为 https://books.only4.work 网站源代码,你也可以通过这个项目搭建一个属于自己的电子书分享与管理平台。
[接口文档](api.md)
[接口文档](api.md)
## 前端
开发使用 nodemon代码变动后自动重启。
使用以下代码安装 nodemon
```
npm i nodemon -g
```