Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Vue JS 2: From Beginner to Professional (includes Vuex)
Rating: 4.3 out of 5(1,276 ratings)
6,640 students

Vue JS 2: From Beginner to Professional (includes Vuex)

Learn Vue JS, and become a VueJS professional. Build complex SPAs with Vue.js, a simple and popular JavaScript framework
Created byBo Andersen
Last updated 11/2019
English

What you'll learn

  • How to build advanced Vue.js applications
  • How to build single page applications (SPA)
  • Understand the theory and how Vue works under the hood
  • How to manage state in large applications with Vuex
  • Communicating with servers with HTTP
  • Use modern tools for developing and building applications (e.g. webpack)

Course content

14 sections220 lectures15h 19m total length
  • Hello World6:41

    Let's see just how easy it is to create our first Vue.js application with the classic "Hello World!" application as an example.

  • Introduction to Vue.js2:27

    Before diving deeper into Vue.js, let's see what the framework is actually all about and why it has become so popular.

  • Setting up a local development environment (the easy way)3:12

    In the beginning of the course, we will be using JSFiddle for going through small examples. This lecture shows you how to set Vue.js up in any text editor or IDE in case you prefer that approach instead.

  • Course structure1:13

    Before getting started with some Vue.js theory and examples, let's just take a moment to talk about the structure of this course first.

  • Guidelines for the course Q&A1:31

    What the Q&A is for, and what it isn't for.

Requirements

  • You should have basic knowledge of JavaScript, HTML and CSS
  • Knowledge of ES6 is a plus, but not a requirement

Description

Vue JS 2 has quickly become incredibly popular, both due to how powerful the JavaScript framework is, but also how easy it is to learn. Vue is much easier to learn than other JavaScript frameworks such as Angular and React, meaning that you can start building your first Vue application in no time!

In this course, you will learn how to build reactive web applications at any scale with Vue. You will learn the theory that you need to know about Vue.js, and we will be building several example applications as we go along, demonstrating the explained concepts in practice. The course lectures include examples when going through new material, followed by exercises that you can optionally choose to solve - and we walk through the solutions together.

Whether or not you have prior experience with VueJS, this course is an easy way for you to learn the framework! Perhaps you have struggled with large and complex frameworks such as Angular? Don't worry, Vue.js is much easier to learn! Getting up and running fast is at the heart of Vue, so no more long hours of configuration just to show "Hello World!" Or perhaps you have no experience with reactive JavaScript frameworks and come straight from using jQuery? No problem! Vue.js is an excellent choice for your first framework, and is one of the easiest one to start out with.

Despite the fact that Vue JS is easy to learn, it is an incredibly powerful framework that can be used to build large web applications as well as small ones. Unlike many other frameworks, Vue.js does not try to take control of your application, and allows you to let the framework control only parts of your application - something that is perfect for migrating legacy applications to a more modern framework without doing a complete rewrite at once! Apart from learning how to build single page applications (SPAs), you will also learn how to manage state in large applications with Vuex.

This course starts from scratch with teaching you how to build a "Hello World!" application in Vue.js and moves towards building advanced applications step by step. By the end of this course, you will be able to build complex and large web applications with Vue.

Who this course is for:

  • Developers who have little or no prior experience with Vue.js
  • Developers who want to learn a modern and simple JavaScript framework
  • Developers who want to learn how to build reactive web applications