Vue remote call service

Install axios

Go to the project directory

cd /c/work/demo/new-apps

Install axios

npm i axios

Check if the installation is successful

There is more in package.json: "axios": "^0.19.2",

Guess you like

Origin blog.csdn.net/jinian2016/article/details/108035482