
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
Using Vuex
As our application grows we should use the Vuex to store our application state. This lesson will show us how.