zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Complete Vue Developer 2023 Zero to Mastery (Pinia, Vitest)
magnet:?xt=urn:btih:0aec785755b451de06c9c96f9357618e8da2816c&dn=[FreeCourseSite.com] Udemy - Complete Vue Developer 2023 Zero to Mastery (Pinia, Vitest)
磁力链接详情
文件列表详情
0aec785755b451de06c9c96f9357618e8da2816c
infohash:
268
文件数量
7.21 GB
文件大小
2024-2-9 18:25
创建日期
2024-10-31 21:07
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Complete
Vue
Developer
2023
Zero
to
Mastery
Pinia
Vitest
01 - Introduction/001 Course Outline.mp4 75.03 MB
01 - Introduction/002 Join Our Online Classroom!.mp4 75.3 MB
01 - Introduction/004 Vue vs React vs Angular.mp4 165.35 MB
01 - Introduction/005 Composition vs. Options API.mp4 8.2 MB
01 - Introduction/008 ZTM Resources.mp4 43.82 MB
02 - Vue Fundamentals/001 Getting Started.mp4 29 MB
02 - Vue Fundamentals/002 Vue Dev Tools.mp4 13.08 MB
02 - Vue Fundamentals/003 Working with Data.mp4 28.89 MB
02 - Vue Fundamentals/004 Multiple Vue Instances.mp4 16.14 MB
02 - Vue Fundamentals/005 Accessing the Instance Data.mp4 15.7 MB
02 - Vue Fundamentals/006 Methods.mp4 11.54 MB
02 - Vue Fundamentals/007 Directives.mp4 25.77 MB
02 - Vue Fundamentals/008 Two-way data binding.mp4 19.26 MB
02 - Vue Fundamentals/009 Binding Attributes.mp4 7.45 MB
02 - Vue Fundamentals/010 Outputting Raw HTML.mp4 13.98 MB
02 - Vue Fundamentals/011 Listening to Events.mp4 33.22 MB
02 - Vue Fundamentals/012 Passing on Data with Events.mp4 5.94 MB
02 - Vue Fundamentals/013 Event Modifiers.mp4 11.7 MB
02 - Vue Fundamentals/014 Keyboard Events and Modifiers.mp4 15.56 MB
02 - Vue Fundamentals/015 v-model Modifiers.mp4 30.42 MB
02 - Vue Fundamentals/016 Computed Properties.mp4 39.42 MB
02 - Vue Fundamentals/017 Watchers.mp4 6.04 MB
02 - Vue Fundamentals/018 Binding Classes.mp4 21.18 MB
02 - Vue Fundamentals/019 Binding Styles.mp4 13.63 MB
02 - Vue Fundamentals/020 Conditional Rendering.mp4 26.64 MB
02 - Vue Fundamentals/021 The v-show Directive.mp4 10.2 MB
02 - Vue Fundamentals/022 List Rendering.mp4 33.96 MB
02 - Vue Fundamentals/023 Understanding the role of the key attribute.mp4 31.71 MB
03 - Project 1 Perspective Playground/001 Creating a Perspective Playground.mp4 35.76 MB
03 - Project 1 Perspective Playground/002 Copying to the Clipboard.mp4 24.22 MB
04 - Vue Beyond the Fundamentals/001 Mounting the Vue Instance.mp4 15.66 MB
04 - Vue Beyond the Fundamentals/002 Understanding Lifecycle Hooks.mp4 14.26 MB
04 - Vue Beyond the Fundamentals/003 Using Lifecycle Hooks.mp4 38.01 MB
04 - Vue Beyond the Fundamentals/004 Virtual DOM.mp4 19.96 MB
04 - Vue Beyond the Fundamentals/005 Understanding Reactivity with Proxies.mp4 25.31 MB
04 - Vue Beyond the Fundamentals/006 The Vue Compiler.mp4 44.32 MB
04 - Vue Beyond the Fundamentals/007 Introduction to Components.mp4 25.16 MB
05 - Vue Developer Environment/001 Overview.mp4 2.99 MB
05 - Vue Developer Environment/003 Introduction to Vite.mp4 9.01 MB
05 - Vue Developer Environment/004 Exploring Vite.mp4 20.36 MB
05 - Vue Developer Environment/005 Understanding SASS.mp4 26.57 MB
05 - Vue Developer Environment/006 PostCSS.mp4 13.26 MB
05 - Vue Developer Environment/007 Installing ESLint.mp4 15.02 MB
05 - Vue Developer Environment/008 Configuring ESLint.mp4 36.63 MB
05 - Vue Developer Environment/009 Webpack.mp4 25.26 MB
05 - Vue Developer Environment/010 Conclusion.mp4 924.51 KB
06 - Advanced Vue Components/001 Scaffolding a Vue Project.mp4 27.52 MB
06 - Advanced Vue Components/002 Sidebar Understanding Servers.mp4 7.38 MB
06 - Advanced Vue Components/003 Reviewing the Files.mp4 33.22 MB
06 - Advanced Vue Components/004 Creating Components.mp4 9.37 MB
06 - Advanced Vue Components/005 Child Components.mp4 27.02 MB
06 - Advanced Vue Components/006 Component Styles.mp4 29.5 MB
06 - Advanced Vue Components/007 Using SASS in Components.mp4 3.31 MB
06 - Advanced Vue Components/008 Communicating Between Components.mp4 6.66 MB
06 - Advanced Vue Components/009 Props.mp4 29.53 MB
06 - Advanced Vue Components/010 The Limitations of Props.mp4 11.29 MB
06 - Advanced Vue Components/011 Emitting Events.mp4 27.25 MB
06 - Advanced Vue Components/012 Validating Props.mp4 37.01 MB
06 - Advanced Vue Components/013 Callback Functions.mp4 10.18 MB
06 - Advanced Vue Components/014 Inserting content with slots.mp4 23.59 MB
06 - Advanced Vue Components/015 Named Slots.mp4 36.73 MB
06 - Advanced Vue Components/016 Dynamic Components.mp4 38.1 MB
07 - Transitions & Animations/001 Animating with CSS Transitions.mp4 31.06 MB
07 - Transitions & Animations/002 Fine-tuning Transitions.mp4 20.49 MB
07 - Transitions & Animations/003 Animating with CSS Animations.mp4 18.97 MB
07 - Transitions & Animations/004 Animating with JavaScript.mp4 23.2 MB
07 - Transitions & Animations/005 JavaScript Zoom Animation.mp4 31.54 MB
07 - Transitions & Animations/006 CSS and JavaScript Transitions.mp4 8.35 MB
07 - Transitions & Animations/007 Animating a List.mp4 27.76 MB
07 - Transitions & Animations/008 Fixing the Animation.mp4 8 MB
07 - Transitions & Animations/009 Transition CSS Class Names.mp4 23.43 MB
08 - Project 2 Vue Quiz App/001 Setting up the Quiz Application.mp4 13.03 MB
08 - Project 2 Vue Quiz App/002 Rendering the Questions.mp4 65.79 MB
08 - Project 2 Vue Quiz App/003 Moving between Questions.mp4 39.83 MB
08 - Project 2 Vue Quiz App/004 Finishing Touches.mp4 49.07 MB
08 - Project 2 Vue Quiz App/005 Exercise Imposter Syndrome.mp4 26.51 MB
09 - Master Project Introduction to Pinia/001 The Next Step.mp4 6.51 MB
09 - Master Project Introduction to Pinia/002 Creating a New Project.mp4 7.6 MB
09 - Master Project Introduction to Pinia/003 Reviewing the Files.mp4 22.67 MB
09 - Master Project Introduction to Pinia/004 Formatting with ESLint and Prettier.mp4 26.11 MB
09 - Master Project Introduction to Pinia/005 Adding the Template.mp4 55.74 MB
09 - Master Project Introduction to Pinia/006 What is Tailwind.mp4 14.47 MB
09 - Master Project Introduction to Pinia/007 Installing Tailwind.mp4 41.75 MB
09 - Master Project Introduction to Pinia/008 Practicing with Tailwind.mp4 28.36 MB
09 - Master Project Introduction to Pinia/009 Loading Assets.mp4 17.13 MB
09 - Master Project Introduction to Pinia/010 Understanding State.mp4 13.44 MB
09 - Master Project Introduction to Pinia/011 Reviewing the Pinia Configuration.mp4 15.13 MB
09 - Master Project Introduction to Pinia/012 Splitting the Template into Components.mp4 33.08 MB
09 - Master Project Introduction to Pinia/013 Disabling Vue’s Rules.mp4 17.95 MB
09 - Master Project Introduction to Pinia/014 Working with State.mp4 35.86 MB
09 - Master Project Introduction to Pinia/015 Alternative Mapping Functions.mp4 9.97 MB
09 - Master Project Introduction to Pinia/016 Understanding Getters.mp4 1.97 MB
09 - Master Project Introduction to Pinia/017 Using Getters.mp4 10.9 MB
09 - Master Project Introduction to Pinia/018 Closing the Modal.mp4 12.78 MB
09 - Master Project Introduction to Pinia/019 Aliases.mp4 22.21 MB
09 - Master Project Introduction to Pinia/020 Adding Tabs.mp4 38.09 MB
10 - Master Project Form Validation/001 Setting up Form Validation.mp4 9.23 MB
10 - Master Project Form Validation/002 Registering a Plugin.mp4 15.53 MB
10 - Master Project Form Validation/003 Validation Components.mp4 30.11 MB
10 - Master Project Form Validation/004 Defining Rules.mp4 10.57 MB
10 - Master Project Form Validation/005 Applying Rules.mp4 32.25 MB
10 - Master Project Form Validation/006 Additional Rules.mp4 46.53 MB
10 - Master Project Form Validation/007 Validating Emails.mp4 20.97 MB
10 - Master Project Form Validation/008 Validating Numbers.mp4 17.81 MB
10 - Master Project Form Validation/009 Validating Passwords.mp4 29.88 MB
10 - Master Project Form Validation/010 Dropdown and Checkbox Fields.mp4 45.67 MB
10 - Master Project Form Validation/011 Validating the Form.mp4 12.76 MB
10 - Master Project Form Validation/012 Sidebar Slot Properties.mp4 20.45 MB
10 - Master Project Form Validation/013 Rendering Multiple Error Messages.mp4 28.4 MB
10 - Master Project Form Validation/014 Default Values.mp4 5.99 MB
10 - Master Project Form Validation/015 Custom Error Messages.mp4 57.86 MB
10 - Master Project Form Validation/016 Validation Triggers.mp4 13.3 MB
10 - Master Project Form Validation/017 Showing Alerts.mp4 49.08 MB
10 - Master Project Form Validation/018 Setting up the Login Form.mp4 151.19 MB
11 - Master Project Authentication/001 Understanding Authentication.mp4 19.4 MB
11 - Master Project Authentication/002 Reviewing the Rules.mp4 11.17 MB
11 - Master Project Authentication/003 Setting up the Firebase SDK.mp4 34.58 MB
11 - Master Project Authentication/004 User Registration.mp4 36.71 MB
11 - Master Project Authentication/005 Handling the Response.mp4 16.13 MB
11 - Master Project Authentication/006 Exporting Services.mp4 22.98 MB
11 - Master Project Authentication/007 Storing the User Form Data.mp4 35.27 MB
11 - Master Project Authentication/009 Understanding Authentication.mp4 12.73 MB
11 - Master Project Authentication/010 Logging the user in after Signup.mp4 52.49 MB
11 - Master Project Authentication/011 Understanding Actions.mp4 4.34 MB
11 - Master Project Authentication/012 Using Actions.mp4 42.63 MB
11 - Master Project Authentication/013 Connecting the User with their Data.mp4 40.97 MB
11 - Master Project Authentication/014 Initializing Firebase First.mp4 11.34 MB
11 - Master Project Authentication/015 Persisting the User Authentication.mp4 19.97 MB
11 - Master Project Authentication/016 Setting up the Login.mp4 25.51 MB
11 - Master Project Authentication/017 Signing Out.mp4 81.56 MB
11 - Master Project Authentication/018 Sidebar JSON Web Tokens.mp4 36.53 MB
12 - Master Project Routing/001 Understanding Routing.mp4 7.7 MB
12 - Master Project Routing/002 Reviewing the Router Configuration.mp4 12.34 MB
12 - Master Project Routing/003 Creating Routes.mp4 46.94 MB
12 - Master Project Routing/004 History Mode.mp4 73.08 MB
12 - Master Project Routing/005 Navigating with Links.mp4 22.79 MB
12 - Master Project Routing/006 Custom Links.mp4 39.64 MB
12 - Master Project Routing/007 Tailwind Styles for Active Links.mp4 43.47 MB
12 - Master Project Routing/008 Naming Routes.mp4 16.34 MB
12 - Master Project Routing/009 Setting up “Catch-All” and Redirect Routes.mp4 19.41 MB
12 - Master Project Routing/010 Route Alias.mp4 7.07 MB
12 - Master Project Routing/011 Guarding Routes.mp4 26.29 MB
12 - Master Project Routing/012 Route Specific Guards.mp4 21.09 MB
12 - Master Project Routing/013 Guarding Authentication Only Routes.mp4 7.59 MB
12 - Master Project Routing/014 Redirecting after Logging Out.mp4 17.43 MB
12 - Master Project Routing/015 Route Meta Fields.mp4 23.03 MB
13 - Master Project Uploading Files/001 Preparing the Upload Component.mp4 40.7 MB
13 - Master Project Uploading Files/002 Handling Drag and Drop Events.mp4 44.45 MB
13 - Master Project Uploading Files/003 Handling the File.mp4 37.57 MB
13 - Master Project Uploading Files/004 Enabling Firebase’s Storage Service.mp4 2.78 MB
13 - Master Project Uploading Files/005 Uploading Files with Firebase.mp4 25.78 MB
13 - Master Project Uploading Files/006 Firebase Rules and Validation.mp4 22.17 MB
13 - Master Project Uploading Files/007 Adding the Progress Bar.mp4 36.78 MB
13 - Master Project Uploading Files/008 Making the Progress Bar Dynamic.mp4 11.34 MB
13 - Master Project Uploading Files/009 Improving the Progress Bar.mp4 12.79 MB
13 - Master Project Uploading Files/010 Handling Errors and Successful Uploads.mp4 37.54 MB
13 - Master Project Uploading Files/011 Storing the File Data in the Database.mp4 55.26 MB
13 - Master Project Uploading Files/012 Firebase References and Snapshots.mp4 7.34 MB
13 - Master Project Uploading Files/013 Fallback Upload.mp4 27.65 MB
13 - Master Project Uploading Files/014 Canceling Uploads.mp4 19.41 MB
13 - Master Project Uploading Files/015 Cancelling Uploads with Refs.mp4 25.64 MB
13 - Master Project Uploading Files/016 One more thing about References.mp4 10.56 MB
13 - Master Project Uploading Files/017 Querying the Database.mp4 22.59 MB
13 - Master Project Uploading Files/018 Storing the List of Songs.mp4 15.55 MB
13 - Master Project Uploading Files/019 Displaying the List of Songs.mp4 11.89 MB
13 - Master Project Uploading Files/020 Prop Validation.mp4 7.98 MB
13 - Master Project Uploading Files/021 Toggling the Form.mp4 8.59 MB
13 - Master Project Uploading Files/022 Validating the Song Form.mp4 40.51 MB
13 - Master Project Uploading Files/023 Editing a Song.mp4 67.82 MB
13 - Master Project Uploading Files/024 Deleting a Song from the StorageDatabase.mp4 51.93 MB
13 - Master Project Uploading Files/025 Updating the list of songs after an Upload.mp4 41.03 MB
13 - Master Project Uploading Files/026 Router Leave Guards.mp4 56.59 MB
14 - Master Project Playing Music/001 Creating the Home Page.mp4 52.67 MB
14 - Master Project Playing Music/002 Checking the Scroll Position.mp4 39.5 MB
14 - Master Project Playing Music/003 Infinite Scrolling.mp4 28.92 MB
14 - Master Project Playing Music/004 Path Parameters.mp4 24.94 MB
14 - Master Project Playing Music/005 Creating the Song Template.mp4 62.56 MB
14 - Master Project Playing Music/006 Validating the Comment.mp4 23.15 MB
14 - Master Project Playing Music/007 Prepping the Form.mp4 26.73 MB
14 - Master Project Playing Music/008 Finalizing the Comment Form.mp4 57.74 MB
14 - Master Project Playing Music/009 Displaying the Comments.mp4 31.14 MB
14 - Master Project Playing Music/010 Updating the Comments List.mp4 39.1 MB
14 - Master Project Playing Music/011 Query Parameters.mp4 19.86 MB
14 - Master Project Playing Music/012 Detecting Query Parameters.mp4 17 MB
14 - Master Project Playing Music/013 Updating the Comment Count.mp4 33.24 MB
14 - Master Project Playing Music/014 Storing the song in the State.mp4 38.91 MB
14 - Master Project Playing Music/015 Playing Audio.mp4 18.79 MB
14 - Master Project Playing Music/016 Toggling Audio.mp4 56.98 MB
14 - Master Project Playing Music/017 Duration and Current Position.mp4 32.05 MB
14 - Master Project Playing Music/018 Formatting the Time.mp4 10.7 MB
14 - Master Project Playing Music/019 Player Progress Bar.mp4 80.51 MB
14 - Master Project Playing Music/020 Changing the Audio Position.mp4 57.6 MB
14 - Master Project Playing Music/022 Creating links with Hash Fragments.mp4 35.09 MB
14 - Master Project Playing Music/023 Route Transitions.mp4 13.58 MB
15 - Master Project Directives/001 Introduction to Directives.mp4 23.1 MB
15 - Master Project Directives/002 Writing our First Directive.mp4 28.58 MB
15 - Master Project Directives/003 Passing Values to Directives.mp4 18.61 MB
15 - Master Project Directives/004 Directive Modifiers.mp4 27.67 MB
15 - Master Project Directives/005 Registering a Directive Locally.mp4 17.48 MB
16 - Master Project Internationalization/001 Introduction to i18n.mp4 25.36 MB
16 - Master Project Internationalization/002 Our First Translation.mp4 29.95 MB
16 - Master Project Internationalization/003 Formatting and Pluralization.mp4 38.26 MB
16 - Master Project Internationalization/004 Number Localizations.mp4 30.9 MB
16 - Master Project Internationalization/005 Translating HTML with Component Interpolation.mp4 29.77 MB
16 - Master Project Internationalization/006 Changing Locales.mp4 17.88 MB
16 - Master Project Internationalization/007 Exercise Translating the Rest of the App.mp4 12.62 MB
17 - Master Project PWA (Progressive Web App)/001 What are Progressive Web Apps.mp4 9.64 MB
17 - Master Project PWA (Progressive Web App)/002 The Manifest File.mp4 25.41 MB
17 - Master Project PWA (Progressive Web App)/003 Generating the Manifest File.mp4 26.33 MB
17 - Master Project PWA (Progressive Web App)/004 Configuring the Manifest File.mp4 10.05 MB
17 - Master Project PWA (Progressive Web App)/005 Offline Support with Service Workers.mp4 16.79 MB
17 - Master Project PWA (Progressive Web App)/006 Understanding Caching.mp4 4.14 MB
17 - Master Project PWA (Progressive Web App)/007 Workbox.mp4 25.84 MB
17 - Master Project PWA (Progressive Web App)/008 Firebase Data Persistence.mp4 23.53 MB
17 - Master Project PWA (Progressive Web App)/009 Handling Offline Uploads.mp4 34.77 MB
18 - Master Project Performance Optimizations/001 Overview.mp4 5.08 MB
18 - Master Project Performance Optimizations/002 Auto-Registering Global Components.mp4 44.35 MB
18 - Master Project Performance Optimizations/003 Perceived Performance.mp4 39.06 MB
18 - Master Project Performance Optimizations/004 Dynamic Route Imports.mp4 16.49 MB
18 - Master Project Performance Optimizations/005 Progress Bar.mp4 22.65 MB
18 - Master Project Performance Optimizations/006 Code Coverage.mp4 27.99 MB
18 - Master Project Performance Optimizations/007 Rollup Visualizer.mp4 18.95 MB
19 - Master Project Deployment + Production/001 Deploying an App with Vercel.mp4 51.17 MB
20 - Master Project Testing Your Vue App/001 Introduction to Testing.mp4 22.51 MB
20 - Master Project Testing Your Vue App/002 Introduction to Vitest.mp4 5.44 MB
20 - Master Project Testing Your Vue App/003 Adding the Vitest UI.mp4 18.9 MB
20 - Master Project Testing Your Vue App/004 Writing Our First Test.mp4 29.61 MB
20 - Master Project Testing Your Vue App/005 Mounting with Vue Test Utils.mp4 14.42 MB
20 - Master Project Testing Your Vue App/006 Testing the Inner Content.mp4 11.79 MB
20 - Master Project Testing Your Vue App/007 Passing Data to Components.mp4 17.98 MB
20 - Master Project Testing Your Vue App/008 Stubbing Components.mp4 13.19 MB
20 - Master Project Testing Your Vue App/009 Avoid Boolean Assertions.mp4 4.68 MB
20 - Master Project Testing Your Vue App/010 Testing Children Components.mp4 21.71 MB
20 - Master Project Testing Your Vue App/011 Mocking Methods.mp4 24.75 MB
20 - Master Project Testing Your Vue App/012 Testing Attributes.mp4 33.59 MB
20 - Master Project Testing Your Vue App/013 Testing Pinia Actions.mp4 18.86 MB
20 - Master Project Testing Your Vue App/014 Mocking Promises.mp4 13.6 MB
20 - Master Project Testing Your Vue App/015 Testing Router Components.mp4 32.84 MB
20 - Master Project Testing Your Vue App/016 Snapshot Testing.mp4 52.86 MB
20 - Master Project Testing Your Vue App/017 E2E Testing Overview.mp4 18 MB
20 - Master Project Testing Your Vue App/018 Writing an E2E Test.mp4 90.03 MB
21 - Composition API/001 The Composition API.mp4 13.92 MB
21 - Composition API/002 Mixins.mp4 35.58 MB
21 - Composition API/003 Reactive References.mp4 23.93 MB
21 - Composition API/004 The Reactive Function.mp4 25.7 MB
21 - Composition API/005 Watchers and Computed Properties.mp4 26.25 MB
21 - Composition API/006 Lifecycle Functions.mp4 12.7 MB
21 - Composition API/007 Props.mp4 14.63 MB
21 - Composition API/008 Template Refs.mp4 14.66 MB
21 - Composition API/009 Emitting Events.mp4 4.1 MB
21 - Composition API/010 Advantages of the Composition API.mp4 50.83 MB
21 - Composition API/011 Router Hooks.mp4 35.45 MB
21 - Composition API/012 Pinia Hooks.mp4 7.95 MB
21 - Composition API/013 Verifying Reactivity.mp4 7.45 MB
21 - Composition API/014 The setup Attribute.mp4 15.21 MB
22 - Component Design Patterns/001 Section Overview.mp4 4.62 MB
22 - Component Design Patterns/002 Controlled Components.mp4 79.49 MB
22 - Component Design Patterns/003 Separation of Concerns.mp4 17.71 MB
22 - Component Design Patterns/004 Third-Party Libraries as Controlled Components.mp4 90.1 MB
22 - Component Design Patterns/005 Moving Beyond Vue’s Event System.mp4 42.22 MB
22 - Component Design Patterns/006 Encapsulating Scrolling.mp4 75.44 MB
22 - Component Design Patterns/007 The Teleport Component.mp4 56.91 MB
23 - Where To Go From Here/001 Thank You!.mp4 4.09 MB
24 - Appendix Extra Bits/003 Using The TerminalCommand Prompt.mp4 74.47 MB
24 - Appendix Extra Bits/004 Running script.js In Node.mp4 5.68 MB
24 - Appendix Extra Bits/005 Modules In Node.mp4 10.14 MB
24 - Appendix Extra Bits/007 ES6 Modules In Node.mp4 36.12 MB
24 - Appendix Extra Bits/008 Types of Modules.mp4 26.06 MB
其他位置