Ai
1 Star 0 Fork 27

faber_feng/nodejs-mysql-cms

forked from vux/nodejs-mysql-cms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
vux 提交于 2023-02-24 15:38 +08:00 . 重构项目v1.0
{
"name": "cms-project",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cross-env-shell SERVER=http://localhost:3001 npm run server",
"server": "node bin/www",
"api": "apidoc -i routes/ -o public/api/",
"debug": "cross-env-shell DEBUG=express:* npm run start"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"express": "^4.17.3",
"express-async-errors": "^3.1.1",
"express-jwt": "^7.7.5",
"http-errors": "^2.0.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"pug": "^3.0.2",
"sharp": "^0.31.1",
"uuid": "^9.0.0"
},
"apidoc": {
"name": "CMS管理系统API文档",
"title": "CMS管理系统API文档",
"description": "仔细阅读API文档--权限字段"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/faber_feng/nodejs-mysql-cms.git
git@gitee.com:faber_feng/nodejs-mysql-cms.git
faber_feng
nodejs-mysql-cms
nodejs-mysql-cms
master

搜索帮助