标签: 前端技术

11 篇文章

axios 基础
1. 创建新项目 axiosdemo 2. 初始化 init npm init -y 结果如下: { "name": "axiosdemo", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test …