All Projects → heuuLZP → axios_demo

heuuLZP / axios_demo

Licence: MIT License
axios演示demo

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

axios_demo

封装axios演示demo

用法

克隆仓库到本地

git clone https://github.com/heuuLZP/axios_demo.git

进入仓库根目录,安装依赖

yarn install

启动项目

npm start

项目结构

.
├── LICENSE
├── README.md
├── dist               ## 打包后输出目录
│   ├── bundle.js
│   └── index.html
├── package.json
├── src                ## 源目录
│   ├── index.html     ## html模板
│   ├── index.js       ## 主要脚本
│   └── utils          ## 工具
│       ├── api.js
│       └── http.js
├── webpack.config.js  ## 配置文件
└── yarn.lock
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].