feat: 根据功能生成路由文件
Showing
... | ... | @@ -4,6 +4,7 @@ |
"description": "h5framework", | ||
"main": "main.js", | ||
"scripts": { | ||
"dev": "nodemon main.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "jy", | ||
... | ... | @@ -31,6 +32,7 @@ |
"exif-js": "^2.3.0", | ||
"express": "^4.16.2", | ||
"express-session": "^1.15.6", | ||
"glob": "^7.1.6", | ||
"gm": "^1.23.1", | ||
"jsonwebtoken": "^8.5.1", | ||
"log4js": "^2.10.0", | ||
... | ... |
Please
register
or
sign in
to comment