Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
VUE JS 3 Crash Course for Beginners 2022
Rating: 4.6 out of 5(347 ratings)
9,567 students

VUE JS 3 Crash Course for Beginners 2022

A quick start guide for VUE JS 3 with its core concepts
Created byNAVEEN SAGGAM
Last updated 2/2022
English
English [Auto],

What you'll learn

  • A Quick start guide to Vue JS 3 version
  • Explains most of the important concepts of Vue JS
  • You will able to develop applications using Vue JS 3
  • You understanding the core concepts of Vue JS and its application

Course content

1 section14 lectures1h 59m total length
  • Introduction to Vue JS4:43

    Explore the basics of Vue.js as a progressive framework for building single-page apps with two-way data binding, components, props, events, forms, routing, and backend integration.

  • Installation of Vue CLI1:49

    install and set up the Vue CLI for Vue 3 by following the official website's getting started guide and using npm to install the command line interface.

  • Vue JS Project Creation1:50

    Create your first Vue.js application by running vue create, naming the project, and selecting a preset or features while the tool generates your starter setup.

  • Folder Structure and Control flow of Vue JS application14:14

    Explore folder structure of a Vue.js 3 app, from node_modules to public and assets, and learn the control flow mounting the root app, configuring routing, and rendering views with components.

  • Applying CSS Styles4:01

    Apply CSS styles in a Vue 3 app by using inline style attributes, style blocks, and a global stylesheet imported into the project to control fonts and colors.

  • Applying Bootstrap Styles , Font Awesome Icons6:12

    Install and configure Bootstrap styles and Font Awesome icons in a Vue.js 3 project, including npm installs, asset imports, Google fonts, and applying data binding to UI components.

  • How Props & State works in Vue JS12:06

    Learn how props transfer data between Vue components and how each component maintains state with a data function; declare prop types and display prop values in templates.

  • Events Handling in Vue JS15:18

    Demonstrates event handling in Vue JS with a counter example, using data for state, methods for actions, and click events to increment or decrement, plus greeting parameter passing.

  • Form Handling in Vue JS8:34

    learn to build a registration form in Vue.js using v-model for two-way binding with a user object (name, email, password), and handle submit with prevent default to log values.

  • Conditional Rendering9:06

    Master conditional rendering in Vue.js 3 by managing a login state, displaying content for logged-in users and content for guests, with login and logout controls.

  • List Rendering9:34

    Render a user list in Vue using v-for with a unique key. Display user fields such as serial number, name, email, company, and city by looping through a users array.

  • Server connection in Vue JS with Axios9:44

    Learn to fetch data from a server in a Vue.js app using Axios, manage loading with a spinner, and handle errors with messages via the created lifecycle and a service.

  • How routing works in Vue JS using Vue Router22:04

    Explore Vue Router routing in a Vue app by configuring routes for home, users, and about, implementing lazy loading and dynamic user details with a user service.

  • Source Code0:01

Requirements

  • Basic HTML , CSS are Required to start learning Vue JS
  • Basic JavaScript knowledge is required
  • Bootstrap knowledge is an added advantage to learn this course

Description

This course will explain the VUE JS 3. This is a Quick start guide to VUE JS 3 This course will help the beginners and professionals to gain practical knowledge.

Myself NAVEEN SAGGAM , I am the owner of UiBrains Technologies YouTube channel. This course is designed to help you in learning the complete JavaScript programming language. This course suits to both the beginners & professionals. This course is unique and it contains each concept with a practical example to make understand in a better manner and this will also provides you a hands on experience. All the concepts explained here are by me are the best of my knowledge and experience in the subject.

This course is a quick jumpstart on the most popular JavaScript framework called VUE JS. This course will boost your interest in learning VUE JS with fun and interesting examples on each topic which will improve your confidence in VUE JS application development. This will also provides a hands on experience on VUEJS.

This Course will cover the following concepts of VUE JS.

1. Introduction to VUE JS 3.

2. Installation of VUE CLI.

3. How to Create a project with VUE JS

4. Folder structure & Control flow with VUE JS

5. Configure CSS styles with VUE JS

6. How to configure Bootstrap , Font Awesome Icons , Google fonts with VUE JS

7. Props Concept with VUE JS components.

8. State Concept with VUEJS components.

9. How events handling works in VUE JS applications.

10. How Form handling works in VUE JS.

11. How conditionally render the content on VUE JS

12. How to render and iterate the list of items in VUE JS.

13. Server Connection with VUEJS application and API calls using Axios.

14. How Routing works in VUE JS with VUE Router.

Who this course is for:

  • For beginners who wants to jump start with Vue JS 3