axios基本使用
Go to file
suguo.yao d823e6cd5c init 2024-09-12 05:41:57 +08:00
public init 2024-09-12 05:41:57 +08:00
.gitignore init 2024-09-12 05:41:57 +08:00
app.js init 2024-09-12 05:41:57 +08:00
package-lock.json init 2024-09-12 05:41:57 +08:00
package.json init 2024-09-12 05:41:57 +08:00
readme.md init 2024-09-12 05:41:57 +08:00

readme.md

axios 服务端

环境构建

npm init -y
npm i express
npm i --save multer  //文件上传使用
npm i
npm i -g nodemon
nodemon app