
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
Async/Await & Progress Bar
Understanding Async/Await, building out our Event Show page, and getting the progress bar working.