ts-axios-anima
v0.0.1
Published
1. 点击examples 中的index.html 中的{simple}链接,访问{simple}/index.html页面 2. {simple}模块中的app.ts 被webpack 打包成 __build__/{simple}.js 页面, 所以index.html页面会访问__build/{simple}.js页面 3. __build__/{simple}.js 页面会发送请求, 所有通过请求来测试axios的代码
Downloads
1
Readme
demo 运行轨迹
- 点击examples 中的index.html 中的{simple}链接,访问{simple}/index.html页面
- {simple}模块中的app.ts 被webpack 打包成 build/{simple}.js 页面, 所以index.html页面会访问__build/{simple}.js页面
- build/{simple}.js 页面会发送请求, 所有通过请求来测试axios的代码