Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Vue Js For Beginners
Rating: 4.4 out of 5(7 ratings)
15 students
Last updated 2/2023
English

What you'll learn

  • Learn Vuejs in the modern programming world
  • Learn Why Vue?
  • Learn about the Components and Props of Vue
  • Learn Vue by doing some practice

Course content

7 sections7 lectures1h 1m total length
  • Introduction to Vue Js9:25

    Vue is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS, and JavaScript and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be they simple or complex.

Requirements

  • Node js is enough to start with Vue

Description

Vue is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS, and JavaScript and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be they simple or complex.

  • Declarative Rendering: Vue extends standard HTML with a template syntax that allows us to declaratively describe HTML output based on JavaScript state.

  • Reactivity: Vue automatically tracks JavaScript state changes and efficiently updates the DOM when changes happen.


    Vue is a framework and ecosystem that covers most of the common features needed in frontend development. But the web is extremely diverse - the things we build on the web may vary drastically in form and scale. With that in mind, Vue is designed to be flexible and incrementally adoptable. Depending on your use case, Vue can be used in different ways:

    • Enhancing static HTML without a build step

    • Embedding as Web Components on any page

    • Single-Page Application (SPA)

    • Fullstack / Server-Side Rendering (SSR)

    • Jamstack / Static Site Generation (SSG)

    • Targeting desktop, mobile, WebGL, and even the terminal

    If you find these concepts intimidating, don't worry! The tutorial and guide only require basic HTML and JavaScript knowledge, and you should be able to follow along without being an expert in any of these.

Who this course is for:

  • Beginner of Vue Developers