Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Vue.js for Beginners: Up and Running with Vue
Rating: 4.7 out of 5(363 ratings)
8,452 students

Vue.js for Beginners: Up and Running with Vue

A beginner's guide to learn the basics of the JavaScript Framework Vue.js
Created byDan Vega
Last updated 3/2022
English

What you'll learn

  • What is VueJS & Why would you choose it over other JavaScript frameworks
  • Moving from jQuery to VueJS
  • How to add VueJS to a simple web page.
  • Create your first VueJS Application

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

3 sections17 lectures1h 48m total length
  • Welcome4:04

    Welcome to "Up and running with VueJS", my name is Dan Vega and I will be your instructor for this course. This course isn't meant to teach you everything you need to know about Vue instead I am taking a little bit of a different approach and creating smaller courses that focus on one specific topic. This course is meant to give you an introduction and to help you get "Up and Running with Vue". In this course we will cover:

    • What is Vue?

    • Why would you want to use it?

    • Moving from jQuery to Vue

    • Hello, Vue!

    • Vue Core Concepts

    • Resources & Next Steps

  • What is VueJS4:41

    I don't know about you but when I want to learn something new it helps me to have a little context for what I am learning and why I might want to learn it. In this lesson, we are going to spend just a couple of minutes covering what Vue is.

  • Why use VueJS9:51

    You know what Vue is now so why would you want to use it and what type of applications can you build with it?

  • Moving from jQuery to VueJS15:01

    For anyone who hasn't worked with one of these larger JavaScript frameworks, they can be pretty confusing and intimidating. There are entire toolchains that handle dependency management, transpiling, module bundling, build steps and so much more.

    What happens when I don't want to buy into that whole process and I just want to add some interactive content to an existing application? I mentioned earlier that Vue is a progressive framework and this means that we can drop it onto a page or in an existing project without all of that complexity. As our needs grow, Vue will grow with us.

  • Hello, VueJS7:47

    No programming tutorial would be complete without the quintessential Hello, World example. In this lesson, you will build your first application by writing a "Hello, Vue" application from scratch.

  • Hello, Vue
  • Challenge #1: Your first application from scratch0:26

    In this course, you will find a series of mini-challenges. These projects are meant to help you reinforce the

    concepts you just learned. In this first challenge, I want you to build a small Vue application from scratch.

Requirements

  • HTML, CSS & JavaScript
  • Visual Studio Code (free)

Description

Vue has quickly become one of the most popular JavaScript frameworks around and in my opinion, it is the most approachable. Frameworks can be very intimidating and nobody wants to spend a long time setting up a local development environment just to spin up a basic application.

Vue is a progressive framework and that might sound like a bunch of marketing jargon to you but I promise you it isn't. This means that you can get started using Vue quickly and easily and as your needs grow the framework will grow with you.

To get started with Vue all you need to do is drop a script tag on a page and you are ready to go. This allows you to add Vue to your existing applications without having to buy into complicated toolchains. In this course, all of the examples that we walkthrough can be done by adding Vue to a single HTML file and writing a little bit of JavaScript.

If you're a front end web developer that has a working knowledge of HTML, CSS & JavaScript this course is for you. If you just want to learn the basics of Vue in a couple of hours, this course is for you. This course isn't meant to teach everything you need to know about Vue. It will teach you the fundamental building blocks of Vue and it will do so in under two hours.

You will learn how to build Vue applications through a series of tutorials, exercises and quizzes meant to reinforce the concepts you learn in this course. You will have access to all of the starting code so that you don't have to spend time writing boilerplate and can focus in on the task at hand. You will also have access to all of the solutions in case you get stuck.

This course is meant to help beginners get up and running with Vue JS. What are you waiting for? Enroll in this course today and learn something new.

Who this course is for:

  • Beginners who want to learn a JavaScript Framework
  • Beginners who want to learn what Vue is
  • Developers who want to write their first Vue application