
Scaling Vue with Nuxt.js
Lessons
1. Why Use Nuxt.js?
2. Creating a Nuxt App
3. Universal Mode
4. SEO with vue-meta
5. File-based Routing
6. API Calls with Axios
7. Async/Await & Progress Bar
8. Using Vuex
9. Universal Mode Deployment
10. Static Site Generated Deployment
API Calls with Axios
How to write API calls with the Nuxt Axios Module that work on the server and client side.