Vue js 3 - The Practical Guide

seeders: 3
leechers: 0
updated:
Added by cg3780 in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 68
  • Language: English

Files

Vue js 3 - The Practical Guide
  • !!! More Courses !!!.txt (1.1 KB)
  • 01 Introduction
    • 001 Introduction.en.srt (2.4 KB)
    • 001 Introduction.mp4 (12.9 MB)
    • 002 Vue development environment.html (2.7 KB)
    • 003 My Visual Studio Code Editor settings.html (4.3 KB)
    • external-assets-links.txt (0.4 KB)
    02 Project 1 - Build Toast Notification
    • 001 Section Introduction.en.srt (1.0 KB)
    • 001 Section Introduction.mp4 (2.7 MB)
    • 002 Create basic component structure.en.srt (5.3 KB)
    • 002 Create basic component structure.mp4 (53.5 MB)
    • 003 Component Styling.en.srt (7.1 KB)
    • 003 Component Styling.mp4 (72.6 MB)
    • 004 Controlling toast visibility.en.srt (5.7 KB)
    • 004 Controlling toast visibility.mp4 (47.3 MB)
    • 005 Hiding toast manually and automatically.en.srt (4.8 KB)
    • 005 Hiding toast manually and automatically.mp4 (41.1 MB)
    • 006 Adding toast type.en.srt (6.9 KB)
    • 006 Adding toast type.mp4 (71.4 MB)
    • 007 Validating toast type.en.srt (5.6 KB)
    • 007 Validating toast type.mp4 (54.3 MB)
    • 008 Toast positioning.en.srt (4.1 KB)
    • 008 Toast positioning.mp4 (43.9 MB)
    • 009 Adding transition effect.en.srt (4.7 KB)
    • 009 Adding transition effect.mp4 (50.3 MB)
    • external-assets-links.txt (1.0 KB)
    03 Project 2 - Build Carousel Image Slider
    • 001 Section Introduction.en.srt (0.9 KB)
    • 001 Section Introduction.mp4 (16.9 MB)
    • 002 Create basic component structure.en.srt (4.7 KB)
    • 002 Create basic component structure.mp4 (51.0 MB)
    • 003 Create carousel basic styling.en.srt (4.0 KB)
    • 003 Create carousel basic styling.mp4 (36.4 MB)
    • 004 Slide interval and transition effect.en.srt (6.0 KB)
    • 004 Slide interval and transition effect.mp4 (63.0 MB)
    • 005 Create carousel controls.en.srt (3.8 KB)
    • 005 Create carousel controls.mp4 (48.6 MB)
    • 006 Working with carousel controls's logic.en.srt (4.2 KB)
    • 006 Working with carousel controls's logic.mp4 (62.5 MB)
    • 007 Pause the carousel slide when hovering mouse.en.srt (4.4 KB)
    • 007 Pause the carousel slide when hovering mouse.mp4 (66.1 MB)
    • 008 Adding carousel indicators.en.srt (3.3 KB)
    • 008 Adding carousel indicators.mp4 (49.6 MB)
    • 009 Make carousel indicators works.en.srt (5.0 KB)
    • 009 Make carousel indicators works.mp4 (69.0 MB)
    • 010 Make carousel component customizable.en.srt (5.8 KB)
    • 010 Make carousel component customizable.mp4 (79.8 MB)
    • external-assets-links.txt (0.2 KB)
    04 Project 3 - Build VueDrive File Uploader (Part 1)
    • 001 Section Introduction.en.srt (1.3 KB)
    • 001 Section Introduction.mp4 (7.8 MB)
    • 002 Starter project Overview.en.srt (4.9 KB)
    • 002 Starter project Overview.mp4 (42.6 MB)
    • 003 Setting up Mock API.en.srt (6.2 KB)
    • 003 Setting up Mock API.mp4 (46.1 MB)
    • 004 Setting up HTTP Client.en.srt (7.8 KB)
    • 004 Setting up HTTP Client.mp4 (71.7 MB)
    • 005 Displaying files using async_await.en.srt (4.4 KB)
    • 005 Displaying files using async_await.mp4 (52.1 MB)
    • 006 Create FilesList and FileItem components.en.srt (5.6 KB)
    • 006 Create FilesList and FileItem components.mp4 (68.0 MB)
    • 007 Refactor our components to Composition API.en.srt (8.5 KB)
    • 007 Refactor our components to Composition API.mp4 (91.6 MB)
    • 008 Adding sorting feature to our application.en.srt (8.1 KB)
    • 008 Adding sorting feature to our application.mp4 (94.3 MB)
    • 009 Using watch and watchEffect.en.srt (3.5 KB)
    • 009 Using watch and watchEffect.mp4 (37.8 MB)
    • 010 Adding searching feature to our application.en.srt (6.6 KB)
    • 010 Adding searching feature to our application.mp4 (64.0 MB)
    • 011 Using Teleport.en.srt (5.0 KB)
    • 011 Using Teleport.mp4 (56.5 MB)
    • 012 Adding item selection feature.en.srt (7.5 KB)
    • 012 Adding item selection feature.mp4 (82.0 MB)
    • 013 Unselect the selected items.en.srt (5.7 KB)
    • 013 Unselect the selected items.mp4 (72.5 MB)
    • 014 Remove the selected files.en.srt (8.0 KB)
    • 014 Remove the selected files.mp4 (91.0 MB)
    • 015 Creating a form modal.en.srt (5.4 KB)
    • 015 Creating a form modal.mp4 (58.7 MB)
    • 016 Rename the selected file - Part 1.en.srt (6.9 KB)
    • 016 Rename the selected file - Part 1.mp4 (63.6 MB)
    • 017 Working with Custom Directives.en.srt (7.5 KB)
    • 017 Working with Custom Directives.mp4 (66.6 MB)
    • 018 Rename the selected file - Part 2.en.srt (2.4 KB)
    • 018 Rename the selected file - Part 2.mp4 (35.8 MB)
    • 025 db.json (0.7 KB)
    • 025 index.js (1.7 KB)
    • 026 http-crud.js (0.5 KB)
    • 038 Modal.vue (1.8 KB)
    • external-assets-links.txt (0.0 KB)
    05 Project 3 - Build VueDrive File Uploader (Part 2)
    • 001 Section Introduction.en.srt (2.6 KB)
    • 001 Section Introduction.mp4 (14.2 MB)
    • 002 Creating a FileChooser component.en.srt (6.9 KB)
    • 002 Creating a FileChooser component.mp4 (69.6 MB)
    • 003 Adding Drag and Drop feature.en.srt (8.5 KB)
    • 003 Adding Drag and Drop feature.mp4 (96.4 MB)
    • 004 Creating UploaderPopup component.en.srt (6.9 KB)
    • 004 Creating UploaderPopup component.mp4 (82.2 MB)
    • 005 Dealing with Uploading states.en.srt (5.6 KB)
    • 005 Dealing with Uploading states.mp4 (66.1 MB)
    • 006 Working with Popup Controls.en.srt (9.7 KB)
    • 006 Working with Popup Controls.mp4 (119.0 MB)
    • 007 Creating UploadItem component.en.srt (6.6 KB)
    • 007 Creating UploadItem component.mp4 (85.5 MB)
    • 008 Uploading the chosen files.en.srt (8.4 KB)
    • 008 Uploading the chosen files.mp4 (104.1 MB)
    • 009 Cancel uploading.en.srt (6.3 KB)
    • 009 Cancel uploading.mp4 (91.3 MB)
    • 010 Re-upload the canceled files.en.srt (5.8 KB)
    • 010 Re-upload the canceled files.mp4 (91.8 MB)
    • Description


      Vue js 3 - The Practical Guide
      Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 48.0 KHz
      Language: English | Size: 3.23 GB | Duration: 6h 39m

      Vue js is a progressive javascript framework for building user interfaces.

      What you'll learn

      Learn how to use Vue js 3 for building web user interfaces

      Build web applications with Vue js 3

      Dive deeper into Vue js 3

      Description

      This is a project-based course for learning Vue.js. We will build some small projects such as Toast notification and Carousel image slider. Our main project is building Vue Drive, a Google Drive clone.

      We will learn the fundamentals of Vue.js includes:

      Class and Style binding

      Conditional rendering

      List rendering

      Transition and animation

      Working with components

      Validating props

      Slots

      Composition API

      Working with Provide & inject

      Working with Teleport

      Compute properties

      Watchers

      Template refs

      Custom Directives

      etc

      You will also learn some topics:

      Working with Axios HTTP library

      How to connect to a backend server from your app

      Using async/await

      Organizing API endpoints

      How to write clean code

      Uploading file to Backend API

      And so much more

      In addition to the lectures, I also provide the complete source code on GitHub where you can see all changes that I made for each lecture so that you can always have access to the full codebase for the application.

      Before you take this course, you should have a basic understanding of modern javascript features such as arrow functions, destructuring operator, rest Parameters, and Spread Syntax. You should also know the fundamental of Vue js.

      By the end of this course, you will have a very solid understanding of Vue and you will be able to dive into your own Vue projects.

      Who this course is for:

      Frontend developers who want to use Vue js 3 to build modern web apps

      Everyone interested in learning how to build frontend web apps with Vue js

      javascript developers who want to explore Vue js for building user interfaces



Download torrent
3.2 GB
seeders:3
leechers:0
Vue js 3 - The Practical Guide


Trackers

tracker name
udp://opentor.org:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://open.stealth.si:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.uw0.xyz:6969/announce
udp://tracker.dler.org:6969/announce
udp://9.rarbg.com:2870/announce
udp://www.torrent.eu.org:451/announce
udp://tracker2.dler.com:80/announce
µTorrent compatible trackers list

Download torrent
3.2 GB
seeders:3
leechers:0
Vue js 3 - The Practical Guide


Torrent hash: 387277A3536097159A4C77E4F858351E9F33EF8A