vueschool / vue-master-class

🗂 Source code for The Vue 2 Master Class
https://vueschool.io/courses/the-vuejs-master-class
152 stars 108 forks source link
best-practices course-materials real-world-project vue-course vuejs

vue-master-class

This repository contains the source code of The Vue.js Master Class.

The Vue.js Master Class

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

We also dive into harder topics, like:

By completing the Vue.js Master Class, you will be able to land any Vue related job or optimize/improve your own projects!

Convinced? Enroll now

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.