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

Vue & Vuex | Vue Js Front End Web Development with Vuex

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

Complete Vue Js & Vuex Course. Learn Vue 3 with Vuejs projects & Vuex state management to build modern web applications


1 - Introduction to Vue Vuex Vue Js Front End Web Development with Vuex
  • 1 - What we will learn
  • 2 - What is this Vuejs
  • 3 - Advantages of Vuejs
  • 4 - Vuejs Two way data binding Virtual DOM Componnet
  • 5 - Nodejs

  • 2 - Installing With Vuejs in CDN
  • 6 - Installing with CDN 1
  • 7 - Installing with CDN 2

  • 3 - Introduction to Vuejs
  • 8 - Vuejs with CLI
  • 9 - What is this packagejson
  • 10 - Using Classes in Vuejs
  • 11 - Style First Look
  • 12 - Variables

  • 4 - Vuejs DOM Operations
  • 13 - File structure in vuejs
  • 14 - What is this template
  • 15 - What is this Script
  • 16 - What is this Style
  • 17 - String Interpolation
  • 18 - Attribute Binding
  • 19 - What Is Directive
  • 20 - Event Handling
  • 21 - Get Event Data
  • 22 - Sending Parameters to Events
  • 23 - Event Modifier
  • 24 - How to Write JavaScript Inside a Template
  • 25 - Two Way Data Binding

  • 5 - Vuejs Directives
  • 26 - vhtml
  • 27 - vtext
  • 28 - vonce
  • 29 - vshow
  • 30 - 5vif velse velseif
  • 31 - vfor
  • 32 - vmodel
  • 33 - von
  • 34 - vpre

  • 6 - What Is This Data Object
  • 35 - What Is This Data Object

  • 7 - Style In Vuejs
  • 36 - Dynamic Class
  • 37 - Inline Style

  • 8 - Lists Conditional Statements
  • 38 - Rendering List
  • 39 - Using Conditional Expressions in Lists
  • 40 - Sending Data in List to Functions
  • 41 - Deleting an Item From a List
  • 42 - Object Rendering

  • 9 - Component Creation and Props
  • 43 - Component
  • 44 - More Component
  • 45 - Global Component
  • 46 - Data Transfer With Props
  • 47 - Props Validation 1
  • 48 - Props Validation 2
  • 49 - Props Validation 3
  • 50 - Custom Title
  • 51 - Using Props in Functions
  • 52 - Ensure Data Flow From Down to Up
  • 53 - Sending Data With Provide Inject Method
  • 54 - ComponentExample Application

  • 10 - Slot
  • 55 - Slot
  • 56 - Named Slot
  • 57 - Named Slot Example

  • 11 - Dynamic Component
  • 58 - Dynamic Components
  • 59 - Keep Alive
  • 60 - Activated Deactivated

  • 12 - Teleport
  • 61 - Teleport

  • 13 - Vuejs LifeCycles
  • 62 - What is This LifeCycles
  • 63 - beforeCreate created
  • 64 - beforeMount mounted
  • 65 - beforeUpdate updated
  • 66 - beforeUnmount unmounted

  • 14 - Refs Computed Watch
  • 67 - Ref
  • 68 - Multiple Refs
  • 69 - Computed
  • 70 - Watch

  • 15 - ApplicationTodoApp
  • 71 - Project Presentation
  • 72 - Template Structure Creation and Styling
  • 73 - Creating Button Functions
  • 74 - Finishing the Project

  • 16 - Working with Form Elements
  • 75 - Inputs
  • 76 - Textarea Button
  • 77 - Select
  • 78 - Checkbox Radio
  • 79 - Custom File Input
  • 80 - User Input Bind
  • 81 - Dynamic Select Option
  • 82 - Dynamic Checkbox Bind
  • 83 - File Bind Dynamic Radio Bind
  • 84 - Form Submit
  • 85 - Lets Bind vmodel to Our Own Component
  • 86 - Simple Form Validation
  • 87 - Dynamic Input Bind

  • 17 - Vuejs Async Component
  • 88 - Async Component

  • 18 - Mixin
  • 89 - What is this mixin
  • 90 - Lets Create a mixin
  • 91 - Global Mixin

  • 19 - nextTick
  • 92 - nextTick

  • 20 - HTTP Operations
  • 93 - Fetch With Get Request
  • 94 - Creating a List Design
  • 95 - Component Creation
  • 96 - Render a List
  • 97 - Loading
  • 98 - Error
  • 99 - Post Creation
  • 100 - Delete Post
  • 101 - Axios

  • 21 - ApplicationNasaPhoto
  • 102 - App Introduction and API Key
  • 103 - WelcomeScreen API key
  • 104 - WelcomeScreen API key 2
  • 105 - Show WelcomeScreen
  • 106 - Input
  • 107 - List
  • 108 - Loading
  • 109 - Rendering Styling Cards
  • 110 - Final Look at The Project

  • 22 - Routing
  • 111 - Plugin
  • 112 - Routing
  • 113 - Creating a Router
  • 114 - routerlink routerview
  • 115 - Router Link Active Class
  • 116 - Router View Grid Example
  • 117 - Routing With Code
  • 118 - Params Route Sensitive
  • 119 - Query Params
  • 120 - notFound Page
  • 121 - Route Parameter Checks
  • 122 - Nested Routers
  • 123 - Named Router View
  • 124 - Redirect Alias
  • 125 - Scroll Behavior
  • 126 - Adding Deleting and Listing Dynamic Routers
  • 127 - Lazy Load Routers
  • 128 - Router Meta
  • 129 - Router Meta Example
  • 130 - Router Guard
  • 131 - Global Router Guard
  • 132 - Lets Create a Router Layout

  • 23 - Composition API
  • 133 - Composition API
  • 134 - Setup Ref
  • 135 - Reactive
  • 136 - isRef isReactive toRef
  • 137 - Component Defination
  • 138 - Props
  • 139 - Emits
  • 140 - Refs
  • 141 - Computed
  • 142 - Watch
  • 143 - Custom Directive
  • 144 - Hooks
  • 145 - More Custom Hooks
  • 146 - LifeCycles Hooks
  • 147 - Vue Router

  • 24 - ShoppingApp
  • 148 - App Introduction Fake Store API
  • 149 - Project Setup
  • 150 - Header
  • 151 - HomeView
  • 152 - ShopContext
  • 153 - Product Card
  • 154 - ProductDetailView
  • 155 - Category Fetch Product Fetch
  • 156 - Specific Data Fetch
  • 157 - Shopping Card

  • 25 - State Management Vuex
  • 158 - What is this vuex and why we should use vuex
  • 159 - Installing vuex with CLI
  • 160 - List Component
  • 161 - useStore
  • 162 - Mutations
  • 163 - Actions
  • 164 - Getters

  • 26 - TodoAppVuex
  • 165 - Project Introduction
  • 166 - Home Page
  • 167 - Todo Page AddTodo
  • 168 - ListTodo
  • 169 - Project Completed

  • 27 - MealAppVuex
  • 170 - Project Introduction and API Resource
  • 171 - Creation of Pages and Paths
  • 172 - MealItem Random Meal Fetch
  • 173 - Search Meals
  • 174 - MealDetail
  • 175 - MealsByLetter
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    شناسه: 25984
    حجم: 5311 مگابایت
    مدت زمان: 686 دقیقه
    تاریخ انتشار: 21 آذر 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید