وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Vue | Vue Js Web Development Course with Real Vuejs Projects

سرفصل های دوره

Vue Js is a popular Front End JavaScript Framework. Learn Vue 3, build Vuejs web applications and be a Vue.js master


1. Introduction to Vue Vue Js Web Development Course with Real Vuejs Projects
  • 1. What we will learn
  • 2. What is this Vue.js
  • 3. Advantages of Vue.js
  • 4. Vue.js Two way data binding & Virtual DOM & Componnet
  • 5. Node.js
  • 6. Useful Links for Vue Js Developers.html
  • 7. Quiz.html

  • 2. Installing With Vue.js in CDN
  • 1. Installing with CDN-1
  • 2. Installing with CDN-2
  • 3. Quiz.html

  • 3. Introduction to Vue js
  • 1. Vue.js with CLI
  • 2. What is this package.json
  • 3. Using Classes in Vue.js
  • 4. Style First Look
  • 5. Variables
  • 6. Quiz.html

  • 4. Vuejs DOM Operations
  • 1. File structure in vue.js
  • 2. What is this template
  • 3. What is this Script
  • 4. What is this Style
  • 5. String Interpolation
  • 6. Attribute Binding
  • 7. What Is Directive
  • 8. Event Handling
  • 9. Get Event Data
  • 10. Sending Parameters to Events
  • 11. Event Modifier
  • 12. How to Write JavaScript Inside a Template
  • 13. Two Way Data Binding
  • 14. Quiz.html

  • 5. Vue.js Directives
  • 1. v-html
  • 2. v-text
  • 3. v-once
  • 4. v-show
  • 5. 5-v-if & v-else & v-else-if
  • 6. v-for
  • 7. v-model
  • 8. v-on
  • 9. v-pre
  • 10. Quiz.html

  • 6. What Is This Data Object
  • 1. What Is This Data Object
  • 2. Quiz.html

  • 7. Style In Vue js 3
  • 1. Dynamic Class
  • 2. Inline Style
  • 3. Quiz.html

  • 8. Lists & Conditional Statements in Vue 3
  • 1. Rendering List
  • 2. Using Conditional Expressions in Lists
  • 3. Sending Data in List to Functions
  • 4. Deleting an Item From a List
  • 5. Object Rendering
  • 6. Quiz.html

  • 9. Component Creation and Props Vue js 3
  • 1. Component
  • 2. More Component
  • 3. Global Component
  • 4. Data Transfer With Props
  • 5. Props Validation 1
  • 6. Props Validation 2
  • 7. Props Validation 3
  • 8. Custom Title
  • 9. Using Props in Functions
  • 10. Ensure Data Flow From Down to Up
  • 11. Sending Data With Provide Inject Method
  • 12. Component(Example Application)
  • 13. Quiz.html

  • 10. Slot
  • 1. Slot
  • 2. Named Slot
  • 3. Named Slot Example
  • 4. Quiz.html

  • 11. Dynamic Component
  • 1. Dynamic Components
  • 2. Keep Alive
  • 3. Activated & Deactivated
  • 4. Quiz.html

  • 12. Teleport
  • 1. Teleport
  • 2. Quiz.html

  • 13. Vue.js LifeCycles
  • 1. What is This LifeCycles
  • 2. beforeCreate & created
  • 3. beforeMount & mounted
  • 4. beforeUpdate & updated
  • 5. beforeUnmount & unmounted
  • 6. Quiz.html

  • 14. Refs & Computed & Watch
  • 1. Ref
  • 2. Multiple Refs
  • 3. Computed
  • 4. Watch
  • 5. Quiz.html

  • 15. Application TodoApp
  • 1. Project Presentation
  • 2. Template Structure Creation and Styling
  • 3. Creating Button Functions
  • 4. Finishing the Project

  • 16. Working with Form Elements
  • 1. Inputs
  • 2. Textarea & Button
  • 3. Select
  • 4. Checkbox & Radio
  • 5. Custom File Input
  • 6. User Input Bind
  • 7. Dynamic Select Option
  • 8. Dynamic Checkbox Bind
  • 9. File Bind & Dynamic Radio Bind
  • 10. Form Submit
  • 11. Lets Bind v-model to Our Own Component
  • 12. Simple Form Validation
  • 13. Dynamic Input Bind
  • 14. Quiz.html

  • 17. Vuejs Async Component
  • 1. Async Component
  • 2. Quiz.html

  • 18. Mixin
  • 1. What is this mixin
  • 2. Lets Create a mixin.
  • 3. Global Mixin
  • 4. Quiz.html

  • 19. $nextTick

    20. HTTP Operations
  • 1. Fetch With Get Request
  • 2. Creating a List Design
  • 3. Component Creation
  • 4. Render a List
  • 5. Loading
  • 6. Error
  • 7. Post Creation
  • 8. Delete Post
  • 9. Axios
  • 10. Quiz.html

  • 21. Application_NasaPhoto
  • 1. App Introduction and API Key
  • 2. WelcomeScreen & API key
  • 3. WelcomeScreen & API key 2
  • 4. Show WelcomeScreen
  • 5. Input
  • 6. List
  • 7. Loading
  • 8. Rendering & Styling Cards
  • 9. Final Look at The Project

  • 22. Routing
  • 1. Plugin
  • 2. Routing
  • 3. Creating a Router
  • 4. router-link & router-view
  • 5. Router Link Active Class
  • 6. Router View Grid Example
  • 7. Routing With Code
  • 8. Params & Route Sensitive
  • 9. Query & Params
  • 10. notFound Page
  • 11. Route Parameter Checks
  • 12. Nested Routers
  • 13. Named Router View
  • 14. Redirect & Alias
  • 15. Scroll Behavior
  • 16. Adding, Deleting and Listing Dynamic Routers
  • 17. Lazy Load Routers
  • 18. Router Meta
  • 19. Router Meta Example
  • 20. Router Guard
  • 21. Global Router Guard
  • 22. Lets Create a Router Layout
  • 23. Quiz.html

  • 23. Composition API
  • 1. Composition API
  • 2. Setup & Ref
  • 3. Reactive
  • 4. isRef & isReactive & toRef
  • 5. Component Defination
  • 6. Props
  • 7. Emits
  • 8. Refs
  • 9. Computed
  • 10. Watch
  • 11. Custom Directive
  • 12. Hooks
  • 13. More Custom Hooks
  • 14. LifeCycles Hooks
  • 15. Vue Router
  • 16. Quiz.html

  • 24. Shopping-App
  • 1. App Introduction & Fake Store API
  • 2. Project Setup
  • 3. Header
  • 4. HomeView
  • 5. ShopContext
  • 6. Product Card
  • 7. ProductDetailView
  • 8. Category Fetch & Product Fetch
  • 9. Specific Data Fetch
  • 10. Shopping Card

  • 25. Extra
  • 1. Vue Vue Js Web Development Course with Real Vuejs Projects.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 22809
    حجم: 4433 مگابایت
    مدت زمان: 562 دقیقه
    تاریخ انتشار: ۱۰ آبان ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید