AJAX
参考:
CDN 版 Vue.js + axios でさくっと Ajax してみる | webOpixel
Vue.js + axios + Vue Router で作る!シンプルな SPA の作り方 | Public Constructor
Changing Vue.js example to use ajax – Stack Overflow
Display data in a Vue component with ajax – Stack Overflow
テスト
参考:
Testing REST API in VueJS | DEV Community
Unit testing HTTP request with Vue, Axios, and Mocha – Stack Overflow
モックを使う
参考:
How to Use Mock Data in Vue Apps | Taha Shashtari
Tips
参考:
4 AJAX Patterns For Vue.js Apps | Vue.js Developers (vuejsdevelopers.com)
nock
参考:
nock/nock: HTTP server mocking and expectations library for Node.js – GitHub
Mocking HTTP requests with Nock | codeburst
axios-mock-adapter
参考:
ctimmerm/axios-mock-adapter: Axios adapter that allows to easily mock requests – GitHub
axios-mock-adapter で許可した API のみ mock 化する – Qiita