Initial json API commit
parents
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "ex02", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "nodemon index.js" | ||
}, | ||
"dependencies": { | ||
"express": "^4.17.2", | ||
"body-parser": "^1.19.2", | ||
"vue": "^3.2.31", | ||
"vue-router": "^4.0.12" | ||
} | ||
} |
Please register or sign in to comment