zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[GigaCourse.Com] Udemy - The Vue 3 Bootcamp - The Complete Developer Guide
magnet:?xt=urn:btih:ad0557725e14272a5aa8aed2dcbb666fed4f79b6&dn=[GigaCourse.Com] Udemy - The Vue 3 Bootcamp - The Complete Developer Guide
磁力链接详情
文件列表详情
ad0557725e14272a5aa8aed2dcbb666fed4f79b6
infohash:
156
文件数量
6.65 GB
文件大小
2023-7-4 09:55
创建日期
2024-11-13 20:52
最后访问
相关分词
GigaCourse
Com
Udemy
-
The
Vue
3
Bootcamp
-
The
Complete
Developer
Guide
1. Introduction/1. Introduction.mp4 9.49 MB
1. Introduction/2. A Little Bit of Setup.mp4 26.53 MB
10. State Managements in Vue/1. Introduction to State Management.mp4 19.38 MB
10. State Managements in Vue/2. Building a Small Project.mp4 33.15 MB
10. State Managements in Vue/3. Declaring State With Reactive.mp4 24.63 MB
10. State Managements in Vue/4. Ref vs Reactive.mp4 46.14 MB
10. State Managements in Vue/5. A Lot of Nested Components.mp4 30.11 MB
10. State Managements in Vue/6. Prop Drilling.mp4 42.47 MB
10. State Managements in Vue/7. ProvideInject.mp4 49.62 MB
10. State Managements in Vue/8. Store Reusable Logic With Composables.mp4 44.66 MB
10. State Managements in Vue/9. Global State With Pinia.mp4 101.21 MB
11. Vue With TypeScript/1. An Introduction to TypeScript.mp4 49 MB
11. Vue With TypeScript/2. An Optional TypeScript Lesson.mp4 98.87 MB
11. Vue With TypeScript/3. Building the HTML App.mp4 25.03 MB
11. Vue With TypeScript/4. Types With State.mp4 34.32 MB
11. Vue With TypeScript/5. Types With Functions.mp4 51.28 MB
11. Vue With TypeScript/6. Types With Props.mp4 58.34 MB
11. Vue With TypeScript/7. Types With Computed.mp4 58.21 MB
11. Vue With TypeScript/8. Reusing Our Types Throughout Multiple Components.mp4 22.41 MB
12. CAPSTONE PROJECT START/1. Project Overview.mp4 11.39 MB
13. Building the UI With a Vue Library/1. Your Two Options.mp4 6.11 MB
13. Building the UI With a Vue Library/2. Setting Up the Vue App.mp4 60.82 MB
13. Building the UI With a Vue Library/3. Building the NavBar.mp4 82.17 MB
13. Building the UI With a Vue Library/4. Building the Modal.mp4 94.33 MB
13. Building the UI With a Vue Library/5. Building the Timeline.mp4 95.93 MB
13. Building the UI With a Vue Library/6. Adding a Profile View.mp4 40.86 MB
13. Building the UI With a Vue Library/7. Adding the User Bar.mp4 58.96 MB
13. Building the UI With a Vue Library/8. Adding an Image Gallary.mp4 35.83 MB
14. Identifying Users With Authentication/1. An Introduction to Authentication.mp4 5.25 MB
14. Identifying Users With Authentication/10. Adding a Loading State For the Modal.mp4 39.75 MB
14. Identifying Users With Authentication/11. Handling the Success Case.mp4 57.63 MB
14. Identifying Users With Authentication/12. Adding the Login Logic.mp4 118.51 MB
14. Identifying Users With Authentication/13. Persisting the Login State.mp4 81.85 MB
14. Identifying Users With Authentication/14. A Loading State for Retrieving the User.mp4 36.86 MB
14. Identifying Users With Authentication/15. Handling Logout.mp4 64.96 MB
14. Identifying Users With Authentication/2. Supabase - A Backend as a Service.mp4 16.65 MB
14. Identifying Users With Authentication/3. Connecting Our Vue App to Supabase.mp4 25.45 MB
14. Identifying Users With Authentication/4. Creating a Pinia User Store.mp4 26.12 MB
14. Identifying Users With Authentication/5. Adding Input Validation.mp4 118.55 MB
14. Identifying Users With Authentication/6. Client vs Backend Validation.mp4 15.79 MB
14. Identifying Users With Authentication/7. Signing Up the User.mp4 70.58 MB
14. Identifying Users With Authentication/8. Validating if the User is Already Registered.mp4 56.2 MB
14. Identifying Users With Authentication/9. Improving Error Handing.mp4 29.37 MB
15. Uploading and Displaying Photos/1. Navigating to the User's Profile.mp4 21.18 MB
15. Uploading and Displaying Photos/10. Handling the Success State.mp4 62.74 MB
15. Uploading and Displaying Photos/11. Fetching Posts Upon Render.mp4 70.67 MB
15. Uploading and Displaying Photos/12. Adding a Loading State.mp4 19.14 MB
15. Uploading and Displaying Photos/2. Conditionally Rendering the Upload Photo Modal.mp4 69.84 MB
15. Uploading and Displaying Photos/3. Adding the Input Elements.mp4 46.54 MB
15. Uploading and Displaying Photos/4. Creating a Bucket For File Storage.mp4 12.84 MB
15. Uploading and Displaying Photos/5. Programmatically Uploading a Photo.mp4 49.06 MB
15. Uploading and Displaying Photos/6. Updating the Image Policy.mp4 18.55 MB
15. Uploading and Displaying Photos/7. Creating the Posts Table.mp4 24.9 MB
15. Uploading and Displaying Photos/8. Adding a Post to Our DB.mp4 41.86 MB
15. Uploading and Displaying Photos/9. Adding a Loading State.mp4 39.65 MB
16. Complex Data Relations/1. Building a Following Follower Table.mp4 19.69 MB
16. Complex Data Relations/2. Conditionally Rendering a Follow Button.mp4 20.03 MB
16. Complex Data Relations/3. Making the Profile Component Reactive.mp4 8.3 MB
16. Complex Data Relations/4. Implementing the Follow User Functionality.mp4 42.74 MB
16. Complex Data Relations/5. Determining Follower Info on Render.mp4 89.49 MB
16. Complex Data Relations/6. Implementing the Unfollow Functionality.mp4 16.68 MB
16. Complex Data Relations/7. Toggling the FollowFollowing Buttons.mp4 18.06 MB
16. Complex Data Relations/8. Performing Aggregate Queries.mp4 66.87 MB
17. Scroll Based Pagination/1. Check Auth Status in Timeline Page.mp4 44.98 MB
17. Scroll Based Pagination/10. Implementing the Pagination.mp4 56.74 MB
17. Scroll Based Pagination/11. Stopping Unnecessary HTTP Requests.mp4 44.42 MB
17. Scroll Based Pagination/12. Saving Data in Environment Variables.mp4 44.14 MB
17. Scroll Based Pagination/2. Separating HTML into Components.mp4 29.6 MB
17. Scroll Based Pagination/3. Fetching the Followers.mp4 40.82 MB
17. Scroll Based Pagination/4. Fetching the Followers' Posts.mp4 37.46 MB
17. Scroll Based Pagination/5. Rendering the Posts.mp4 22.73 MB
17. Scroll Based Pagination/6. Sorting By Most Recent.mp4 13.7 MB
17. Scroll Based Pagination/7. Let's Do Some Math.mp4 14.99 MB
17. Scroll Based Pagination/8. The Intersection Observer API.mp4 60.42 MB
17. Scroll Based Pagination/9. Emitting an Event on Intersect.mp4 29.9 MB
2. An Introduction to Vue/1. What is VueJS.mp4 8.62 MB
2. An Introduction to Vue/2. Building the HTML Template.mp4 26.52 MB
2. An Introduction to Vue/3. Styling Our App With CSS.mp4 16.73 MB
2. An Introduction to Vue/4. Making it Functional With JavaScript.mp4 49.8 MB
2. An Introduction to Vue/5. Creating a Vue App.mp4 30.55 MB
2. An Introduction to Vue/6. Rebuilding the App in Vue.mp4 45.31 MB
2. An Introduction to Vue/7. Vue vs Vanilla JS.mp4 23.73 MB
3. Diving Deeper in Vue/1. Installing Needed Dependencies.mp4 53.72 MB
3. Diving Deeper in Vue/2. Spinning Up a Vue Development Server.mp4 27.66 MB
3. Diving Deeper in Vue/3. Some Important Terminologies.mp4 14.3 MB
3. Diving Deeper in Vue/4. Creating HTML With Vue Templates.mp4 29.82 MB
3. Diving Deeper in Vue/5. Styling Our App.mp4 29.46 MB
3. Diving Deeper in Vue/6. Accessing Variables Within Our HTML.mp4 22.81 MB
3. Diving Deeper in Vue/7. Adding Event Handlers.mp4 30.71 MB
3. Diving Deeper in Vue/8. Defining Our Variable as State.mp4 30.04 MB
3. Diving Deeper in Vue/9. Composition API vs Options API.mp4 50.06 MB
4. Vue Directives/1. App Overview.mp4 4.97 MB
4. Vue Directives/2. [OPTIONAL] Building the HTML and CSS.mp4 118.91 MB
4. Vue Directives/3. Conditional Rendering With v-if.mp4 60.98 MB
4. Vue Directives/4. Two Way Binding With v-model.mp4 22.06 MB
4. Vue Directives/5. Event Handling By Creating a New Note.mp4 65.65 MB
4. Vue Directives/6. Iteratively Rendering DOM Elements With v-for.mp4 52.32 MB
4. Vue Directives/7. The Importances of a Key.mp4 19.71 MB
4. Vue Directives/8. Adding Error Handling.mp4 48.81 MB
5. Components and Props/1. App Overview.mp4 16.15 MB
5. Components and Props/2. [OPTIONAL] The HTML and CSS.mp4 71.08 MB
5. Components and Props/3. List Card Rendering.mp4 37.65 MB
5. Components and Props/4. Watching For State Changes.mp4 41.42 MB
5. Components and Props/5. Separating Our Code Into Components.mp4 65.8 MB
5. Components and Props/6. Passing Data to Components via Props.mp4 46.84 MB
6. Pages and Routing/1. Introduction to Routing.mp4 18.17 MB
6. Pages and Routing/10. Programmatically Adjust the Route.mp4 37.83 MB
6. Pages and Routing/11. Adding 404 Not Found Pages.mp4 55.65 MB
6. Pages and Routing/12. Redirect Routes.mp4 10.64 MB
6. Pages and Routing/13. Routing Our Quiz App.mp4 83.33 MB
6. Pages and Routing/2. Creating a New App.mp4 19.15 MB
6. Pages and Routing/3. Creating Two View Components.mp4 17.06 MB
6. Pages and Routing/4. Adding Routing to Our App.mp4 53.96 MB
6. Pages and Routing/5. RouterLink to Navigate Within the App.mp4 32.6 MB
6. Pages and Routing/6. Styling the Active RouterLink.mp4 16.86 MB
6. Pages and Routing/7. Pages With Dynamic Paths.mp4 65.09 MB
6. Pages and Routing/8. Extracting the Path Params.mp4 29.12 MB
6. Pages and Routing/9. The Powers of Nested Routes.mp4 60.73 MB
7. Completing Our Quiz App/1. Quiz Page HTML and CSS.mp4 65.53 MB
7. Completing Our Quiz App/2. Separating Code Into Components.mp4 39.91 MB
7. Completing Our Quiz App/3. Passing Props to the Question Component.mp4 62.62 MB
7. Completing Our Quiz App/4. Listening to Changes With Watch.mp4 54.05 MB
7. Completing Our Quiz App/5. Computing Values With State.mp4 30.26 MB
7. Completing Our Quiz App/6. More Computing....mp4 30.18 MB
7. Completing Our Quiz App/7. Passing Data From the Child to the Parent.mp4 31.57 MB
7. Completing Our Quiz App/8. Emitting an Event From the Child Component.mp4 68.44 MB
7. Completing Our Quiz App/9. Completing the Quiz.mp4 81.73 MB
8. Animations For an Interactive and Fluid App/1. Introduction to Vue Animations.mp4 23.85 MB
8. Animations For an Interactive and Fluid App/10. Animating Upon Rendering.mp4 49.7 MB
8. Animations For an Interactive and Fluid App/11. Lifecycle Hook of the Transition.mp4 46.87 MB
8. Animations For an Interactive and Fluid App/12. Animation Styling With JavaScript.mp4 60.92 MB
8. Animations For an Interactive and Fluid App/2. The Transition Component.mp4 45.22 MB
8. Animations For an Interactive and Fluid App/3. Animating When a Component Leaves.mp4 24.82 MB
8. Animations For an Interactive and Fluid App/4. Conditional Rendering Animations.mp4 29.71 MB
8. Animations For an Interactive and Fluid App/5. Building a Small App.mp4 74.22 MB
8. Animations For an Interactive and Fluid App/6. TransitionGroup to Animate Multiple Elements.mp4 30.1 MB
8. Animations For an Interactive and Fluid App/7. fdsfs.mp4 19.68 MB
8. Animations For an Interactive and Fluid App/8. Animating the Other Cards Into Place.mp4 14.48 MB
8. Animations For an Interactive and Fluid App/9. Routing Animations.mp4 54.7 MB
9. API Requests to Fetch Data/1. App Overview.mp4 14.45 MB
9. API Requests to Fetch Data/10. A Little Fix.mp4 21.21 MB
9. API Requests to Fetch Data/11. Component Lifecycle Hooks.mp4 82.84 MB
9. API Requests to Fetch Data/12. Fetching Data With onMounted.mp4 69.82 MB
9. API Requests to Fetch Data/13. Slots For Dynamic HTML.mp4 117.17 MB
9. API Requests to Fetch Data/14. More on Slots.mp4 55.6 MB
9. API Requests to Fetch Data/15. Adding a Better Loading State.mp4 59.53 MB
9. API Requests to Fetch Data/16. Creating the Header Component.mp4 77.43 MB
9. API Requests to Fetch Data/17. Maintaining State With KeepAlive.mp4 49.21 MB
9. API Requests to Fetch Data/2. The Process of Fetching Data From an API.mp4 14.43 MB
9. API Requests to Fetch Data/3. Creating the App.mp4 17.85 MB
9. API Requests to Fetch Data/4. Where to Fetch the Data.mp4 28.29 MB
9. API Requests to Fetch Data/5. Making the HTTP Requests.mp4 56.08 MB
9. API Requests to Fetch Data/6. The Suspense Component.mp4 42.99 MB
9. API Requests to Fetch Data/7. Request Offsets and Limits.mp4 30.89 MB
9. API Requests to Fetch Data/8. Implementing Paginations.mp4 63.4 MB
9. API Requests to Fetch Data/9. Building the UI.mp4 130.6 MB
其他位置