mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-10-21 22:56:41 +08:00
快捷登录;README.md 添加 常见问题FAQ;添加查看node运行进程和杀掉node进程批处理
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"start": "node app",
|
||||
"dev": "nodemon",
|
||||
"test": "set NODE_ENV=production & nodemon",
|
||||
"test": "set NODE_ENV=development & nodemon",
|
||||
"prod": "set NODE_ENV=production & pm2 start app.js --name bookshelfplus-frontend",
|
||||
"prod-stop": "pm2 stop bookshelfplus-frontend",
|
||||
"clean": "node cleanup.js"
|
||||
|
@@ -14,6 +14,9 @@
|
||||
<p class="emphasize">
|
||||
一个完全免费无门槛的计算机类电子书下载网站
|
||||
</p>
|
||||
<p style="color: red;">
|
||||
项目还在开发中,功能暂时还无法正常使用。
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<%- include("./component/footer.html"); %>
|
||||
|
Reference in New Issue
Block a user