The Vue.js Master Class
This course is our signature course. It is probably the most thorough Vue.js course available online. The Vue.js Master Class is so comprehensive that we **cannot cover everything on this page**. Thus we’ve created a [separate page](https://vueschool.io/the-vuejs-master-class) where you can learn more about it. In our Master Class you'll learn Vue.js by building a real-world application. Together we’ll create a complete forum from scratch using exciting technologies that synergize with Vue. The goal of the Master Class is to teach you Vue.js along with Best Practices, Modern Javascript, and other exciting technologies, by building a Real World application - a forum. ### We cover the fundamentals, like: - Vue cli, router and State management with Vuex - Modern Javascript (ES6/7/8) - User permissions & protected routes - Third party authentication - Firebase Realtime Database & Cloud functions - Automatic code review with ESLint - Deployment - Application architecture and best practices ### We also dive into harder topics, like: - Higher Order Functions - Creating Vue Plugins - Code Splitting - Support for older Browsers - Webpack configuration - SEO and pre-rendering - Reactive programming with RxJS By completing the Vue.js Master Class, you will be able to land any Vue related job or optimize/improve your own projects! **Please note**: This course is in the making. New lessons and modules (sub-courses) are added frequently.
Difficulty: Intermediate
Duration: 7h 14m
Chapters
- Getting Started 19 min
- Application Structure 20 min
- Routing 31 min
- Organizing the Application 36 min
- Forum Logic 28 min
- Vuex State Management 40 min
- Forum Threads 27 min
- Forum Posts 16 min
- Higher Order Functions 20 min
- Firebase Real-Time Database 57 min
- Loading Indicators when Fetching Async Data 17 min
- Workflow Improvements 13 min
- User Authentication 27 min
- Vue Router Middlewares and Navigation Guards 34 min
- Modularise Vuex Store 21 min
- Form Validation 13 min
- Custom Vue.js Directives 5 min