Open srnagur opened 2 years ago
hello, Im not getting how to add axios dependency in package.json. please help
Based on the Axios page on npm, you can simply run npm install Axios or bower install Axios or yarn add Axios on your terminal; Axios will automatically show up on package.json.
npm install Axios
bower install Axios
yarn add Axios
hello, Im not getting how to add axios dependency in package.json. please help