zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeTutorials.us] vuejs-2-the-complete-guide
magnet:?xt=urn:btih:1d743d52af79b378da808ca9be5061b952b0c301&dn=[FreeTutorials.us] vuejs-2-the-complete-guide
磁力链接详情
Hash值:
1d743d52af79b378da808ca9be5061b952b0c301
点击数:
124
文件大小:
3.67 GB
文件数量:
300
创建日期:
2019-3-17 14:53
最后访问:
2024-10-6 16:59
访问标签:
FreeTutorials
us
vuejs-2-the-complete-guide
文件列表详情
01 Getting Started/001 Course Introduction.mp4 13.6 MB
01 Getting Started/002 Lets Create our First VueJS Application.mp4 18.05 MB
01 Getting Started/003 Extending the VueJS Application.mp4 16.31 MB
01 Getting Started/004 Course Structure.mp4 14.95 MB
01 Getting Started/005 Take Advantage of all Course Resources.mp4 6.52 MB
01 Getting Started/006 Setup VueJS Locally.mp4 9.24 MB
02 Using VueJS to Interact with the DOM/008 Module Introduction.mp4 2.92 MB
02 Using VueJS to Interact with the DOM/009 Understanding VueJS Templates.mp4 10.81 MB
02 Using VueJS to Interact with the DOM/010 How the VueJS Template Syntax and Instance Work Together.mp4 9.54 MB
02 Using VueJS to Interact with the DOM/011 Accessing Data in the Vue Instance.mp4 6.75 MB
02 Using VueJS to Interact with the DOM/012 Binding to Attributes.mp4 9.44 MB
02 Using VueJS to Interact with the DOM/013 Understanding and Using Directives.mp4 5.77 MB
02 Using VueJS to Interact with the DOM/014 Disable Re-Rendering with v-once.mp4 6.42 MB
02 Using VueJS to Interact with the DOM/015 How to Output Raw HTML.mp4 9.73 MB
02 Using VueJS to Interact with the DOM/016 Listening to Events.mp4 6.9 MB
02 Using VueJS to Interact with the DOM/017 Getting Event Data from the Event Object.mp4 8.98 MB
02 Using VueJS to Interact with the DOM/018 Passing your own Arguments with Events.mp4 7.04 MB
02 Using VueJS to Interact with the DOM/019 Modifying an Event - with Event Modifiers.mp4 12.4 MB
02 Using VueJS to Interact with the DOM/020 Listening to Keyboard Events.mp4 7.69 MB
02 Using VueJS to Interact with the DOM/021 Writing JavaScript Code in the Templates.mp4 13.16 MB
02 Using VueJS to Interact with the DOM/022 Using Two-Way-Binding.mp4 6.88 MB
02 Using VueJS to Interact with the DOM/023 Reacting to Changes with Computed Properties.mp4 34.63 MB
02 Using VueJS to Interact with the DOM/024 An Alternative to Computed Properties Watching for Changes.mp4 14.22 MB
02 Using VueJS to Interact with the DOM/025 Saving Time with Shorthands.mp4 5.75 MB
02 Using VueJS to Interact with the DOM/026 Dynamic Styling with CSS Classes - Basics.mp4 16.04 MB
02 Using VueJS to Interact with the DOM/027 Dynamic Styling with CSS Classes - Using Objects.mp4 5.55 MB
02 Using VueJS to Interact with the DOM/028 Dynamic Styling with CSS Classes - Using Names.mp4 12.63 MB
02 Using VueJS to Interact with the DOM/029 Setting Styles Dynamically without CSS Classes.mp4 10.91 MB
02 Using VueJS to Interact with the DOM/030 Styling Elements with the Array Syntax.mp4 4.29 MB
02 Using VueJS to Interact with the DOM/031 Module Wrap Up.mp4 3.03 MB
03 Using Conditionals and Rendering Lists/033 Module Introduction.mp4 3.2 MB
03 Using Conditionals and Rendering Lists/034 Conditional Rendering with v-if.mp4 13.61 MB
03 Using Conditionals and Rendering Lists/036 Using an Alternative v-if Syntax.mp4 5.79 MB
03 Using Conditionals and Rendering Lists/037 Dont Detach it with v-show.mp4 7.19 MB
03 Using Conditionals and Rendering Lists/038 Rendering Lists with v-for.mp4 8.85 MB
03 Using Conditionals and Rendering Lists/039 Getting the Current Index.mp4 6.78 MB
03 Using Conditionals and Rendering Lists/040 Using an Alternative v-for Syntax.mp4 4.11 MB
03 Using Conditionals and Rendering Lists/041 Looping through Objects.mp4 16.26 MB
03 Using Conditionals and Rendering Lists/042 Looping through a List of Numbers.mp4 3.39 MB
03 Using Conditionals and Rendering Lists/043 Keeping Track of Elements when using v-for.mp4 16.24 MB
03 Using Conditionals and Rendering Lists/044 Module Wrap Up.mp4 3.51 MB
04 First Course Project - The Monster Slayer/046 Introduction Challenge.mp4 12.04 MB
04 First Course Project - The Monster Slayer/047 Setting up the Course Project.mp4 11.97 MB
04 First Course Project - The Monster Slayer/048 Creating the Vue Instance and Styling the Healthbars.mp4 20.56 MB
04 First Course Project - The Monster Slayer/049 Showing the Player Controls Conditionally.mp4 8.05 MB
04 First Course Project - The Monster Slayer/050 Implementing a Start Game Method.mp4 6.54 MB
04 First Course Project - The Monster Slayer/051 Implementing a Attack Method.mp4 29 MB
04 First Course Project - The Monster Slayer/052 Write better Code - Time for Refactoring.mp4 18.32 MB
04 First Course Project - The Monster Slayer/053 Implementing a Special Attack.mp4 8.84 MB
04 First Course Project - The Monster Slayer/054 Implementing a Heal Method.mp4 9.74 MB
04 First Course Project - The Monster Slayer/055 Finishing the Action Buttons.mp4 3.93 MB
04 First Course Project - The Monster Slayer/056 Creating an Action Log.mp4 10.21 MB
04 First Course Project - The Monster Slayer/057 Printing the Log v-for.mp4 9.54 MB
04 First Course Project - The Monster Slayer/058 Finishing the Log.mp4 7.68 MB
04 First Course Project - The Monster Slayer/059 Styling the Log Conditionally.mp4 7 MB
04 First Course Project - The Monster Slayer/060 Wrap Up.mp4 7.34 MB
05 Understanding the VueJS Instance/062 Module Introduction.mp4 4.22 MB
05 Understanding the VueJS Instance/063 Some Basics about the VueJS Instance.mp4 12.25 MB
05 Understanding the VueJS Instance/064 Using Multiple Vue Instances.mp4 11.15 MB
05 Understanding the VueJS Instance/065 Accessing the Vue Instance from Outside.mp4 13.3 MB
05 Understanding the VueJS Instance/066 How VueJS manages your Data and Methods.mp4 17.99 MB
05 Understanding the VueJS Instance/067 A Closer Look at el and data.mp4 20.4 MB
05 Understanding the VueJS Instance/068 Placing refs and Using them on your Templates.mp4 21.63 MB
05 Understanding the VueJS Instance/069 Where to learn more about the Vue API.mp4 4.18 MB
05 Understanding the VueJS Instance/070 Mounting a Template.mp4 25.3 MB
05 Understanding the VueJS Instance/071 Using Components.mp4 18.29 MB
05 Understanding the VueJS Instance/072 Limitations of some Templates.mp4 11.83 MB
05 Understanding the VueJS Instance/073 How VueJS Updates the DOM.mp4 13.09 MB
05 Understanding the VueJS Instance/074 The VueJS Instance Lifecycle.mp4 11.59 MB
05 Understanding the VueJS Instance/075 The VueJS Instance Lifecycle in Practice.mp4 19.76 MB
05 Understanding the VueJS Instance/076 Module Wrap Up.mp4 3.79 MB
06 Moving to a Real Development Workflow with Webpack and Vue CLI/078 Module Introduction.mp4 7.14 MB
06 Moving to a Real Development Workflow with Webpack and Vue CLI/079 Why do we need a Development Server.mp4 11.22 MB
06 Moving to a Real Development Workflow with Webpack and Vue CLI/080 What does Development Workflow mean.mp4 15.61 MB
06 Moving to a Real Development Workflow with Webpack and Vue CLI/081 Using the Vue CLI to create Projects.mp4 7.63 MB
06 Moving to a Real Development Workflow with Webpack and Vue CLI/082 Installing the Vue CLI and Creating a new Project.mp4 20.87 MB
06 Moving to a Real Development Workflow with Webpack and Vue CLI/083 An Overview over the Webpack Template Folder Structure.mp4 14.8 MB
06 Moving to a Real Development Workflow with Webpack and Vue CLI/084 Understanding .vue Files.mp4 27.12 MB
06 Moving to a Real Development Workflow with Webpack and Vue CLI/085 Understanding the Object in the Vue File.mp4 4.71 MB
06 Moving to a Real Development Workflow with Webpack and Vue CLI/086 How to Build your App for Production.mp4 3.33 MB
06 Moving to a Real Development Workflow with Webpack and Vue CLI/087 Module Wrap Up.mp4 4.6 MB
07 An Introduction to Components/090 Module Introduction.mp4 4.24 MB
07 An Introduction to Components/091 An Introduction to Components.mp4 17.52 MB
07 An Introduction to Components/092 Storing Data in Components with the Data Method.mp4 14.51 MB
07 An Introduction to Components/093 Registering Components Locally and Globally.mp4 10.34 MB
07 An Introduction to Components/094 The Root Component in the App.vue File.mp4 12.66 MB
07 An Introduction to Components/095 Creating a Component.mp4 14.32 MB
07 An Introduction to Components/096 Using Components.mp4 19.89 MB
07 An Introduction to Components/097 Moving to a Better Folder Structure.mp4 10.55 MB
07 An Introduction to Components/099 How to Name your Component Tags Selectors.mp4 18.66 MB
07 An Introduction to Components/100 Scoping Component Styles.mp4 24.72 MB
07 An Introduction to Components/101 Module Wrap Up.mp4 3.7 MB
08 Communicating between Components/103 Module Introduction.mp4 3.15 MB
08 Communicating between Components/104 Communication Problems.mp4 10.61 MB
08 Communicating between Components/105 Using Props for Parent Child Communication.mp4 12.68 MB
08 Communicating between Components/106 Naming props.mp4 5.01 MB
08 Communicating between Components/107 Using props in the Child Component.mp4 5.84 MB
08 Communicating between Components/108 Validating props.mp4 19.38 MB
08 Communicating between Components/109 Using Custom Events for Child Parent Communication.mp4 22.88 MB
08 Communicating between Components/110 Understanding Unidirectional Data Flow.mp4 3.55 MB
08 Communicating between Components/111 Communicating with Callback Functions.mp4 9.28 MB
08 Communicating between Components/112 Communication between Sibling Components.mp4 24.7 MB
08 Communicating between Components/113 Using an Event Bus for Communication.mp4 20.84 MB
08 Communicating between Components/114 Centralizing Code in an Event Bus.mp4 9.06 MB
08 Communicating between Components/115 Wrap Up.mp4 2.61 MB
09 Advanced Component Usage/117 Module Introduction.mp4 2.86 MB
09 Advanced Component Usage/118 Setting up the Module Project.mp4 10.52 MB
09 Advanced Component Usage/119 Passing Content - The Suboptimal Solution.mp4 8.72 MB
09 Advanced Component Usage/120 Passing Content with Slots.mp4 3.04 MB
09 Advanced Component Usage/121 How Slot Content gets Compiled and Styled.mp4 12.6 MB
09 Advanced Component Usage/122 Using Multiple Slots Named Slots.mp4 10.83 MB
09 Advanced Component Usage/123 Default Slots and Slot Defaults.mp4 8.07 MB
09 Advanced Component Usage/124 A Summary on Slots.mp4 3.62 MB
09 Advanced Component Usage/125 Switching Multiple Components with Dynamic Components.mp4 20.81 MB
09 Advanced Component Usage/126 Understanding Dynamic Component Behavior.mp4 8.02 MB
09 Advanced Component Usage/127 Keeping Dynamic Components Alive.mp4 3.83 MB
09 Advanced Component Usage/128 Dynamic Component Lifecycle Hooks.mp4 5.13 MB
09 Advanced Component Usage/129 Wrap Up.mp4 5.32 MB
10 Second Course Project - Wonderful Quotes/131 Module Introduction.mp4 5.88 MB
10 Second Course Project - Wonderful Quotes/132 Setting up the Project.mp4 5.49 MB
10 Second Course Project - Wonderful Quotes/133 Initializing the Application.mp4 5.01 MB
10 Second Course Project - Wonderful Quotes/134 Creating the Application Components.mp4 13.31 MB
10 Second Course Project - Wonderful Quotes/135 Passing Data with Props and Slots.mp4 7.23 MB
10 Second Course Project - Wonderful Quotes/136 Allowing Users to Create Quotes with a NewQuote Component.mp4 12.99 MB
10 Second Course Project - Wonderful Quotes/137 Adding Quotes with Custom Events.mp4 12.12 MB
10 Second Course Project - Wonderful Quotes/138 Adding a Info Box.mp4 4.1 MB
10 Second Course Project - Wonderful Quotes/139 Allowing for Quote Deletion.mp4 12.94 MB
10 Second Course Project - Wonderful Quotes/140 Controlling Quotes with a Progress Bar.mp4 13.09 MB
10 Second Course Project - Wonderful Quotes/141 Finishing Touches and State Management.mp4 8.37 MB
11 Handling User Input with Forms/143 Module Introduction.mp4 3.45 MB
11 Handling User Input with Forms/144 A Basic input Form Binding.mp4 16.36 MB
11 Handling User Input with Forms/145 Grouping Data and Pre-Populating Inputs.mp4 12.43 MB
11 Handling User Input with Forms/146 Modifying User Input with Input Modifiers.mp4 11.79 MB
11 Handling User Input with Forms/147 Binding textarea and Saving Line Breaks.mp4 13.16 MB
11 Handling User Input with Forms/148 Using Checkboxes and Saving Data in Arrays.mp4 20.23 MB
11 Handling User Input with Forms/149 Using Radio Buttons.mp4 11.26 MB
11 Handling User Input with Forms/150 Handling Dropdowns with select and option.mp4 21.56 MB
11 Handling User Input with Forms/151 What v-model does and How to Create a Custom Control.mp4 10.75 MB
11 Handling User Input with Forms/152 Creating a Custom Control Input.mp4 22.91 MB
11 Handling User Input with Forms/153 Submitting a Form.mp4 10.71 MB
11 Handling User Input with Forms/154 Wrap Up.mp4 3.27 MB
12 Using and Creating Directives/156 Module Introduction.mp4 3.43 MB
12 Using and Creating Directives/157 Understanding Directives.mp4 13 MB
12 Using and Creating Directives/158 How Directives Work - Hook Functions.mp4 8.19 MB
12 Using and Creating Directives/159 Creating a Simple Directive.mp4 5.02 MB
12 Using and Creating Directives/160 Passing Values to Custom Directives.mp4 4.84 MB
12 Using and Creating Directives/161 Passing Arguments to Custom Directives.mp4 10.5 MB
12 Using and Creating Directives/162 Modifying a Custom Directive with Modifiers.mp4 8.96 MB
12 Using and Creating Directives/163 Custom Directives - A Summary.mp4 2.18 MB
12 Using and Creating Directives/164 Registering Directives Locally.mp4 6.19 MB
12 Using and Creating Directives/165 Using Multiple Modifiers.mp4 16.77 MB
12 Using and Creating Directives/166 Passing more Complex Values to Directives.mp4 10.2 MB
12 Using and Creating Directives/167 Wrap Up.mp4 3.42 MB
13 Improving your App with Filters and Mixins/169 Module Introduction.mp4 3.02 MB
13 Improving your App with Filters and Mixins/170 Creating a Local Filter.mp4 17.13 MB
13 Improving your App with Filters and Mixins/171 Global Filters and How to Chain Multiple Filters.mp4 7.38 MB
13 Improving your App with Filters and Mixins/172 An often-times better Alternative to Filters Computed Properties.mp4 20.18 MB
13 Improving your App with Filters and Mixins/173 Understanding Mixins.mp4 9.62 MB
13 Improving your App with Filters and Mixins/174 Creating and Using Mixins.mp4 9.36 MB
13 Improving your App with Filters and Mixins/175 How Mixins get Merged.mp4 12.53 MB
13 Improving your App with Filters and Mixins/176 Creating a Global Mixin Special Case.mp4 14.69 MB
13 Improving your App with Filters and Mixins/177 Mixins and Scope.mp4 10.06 MB
13 Improving your App with Filters and Mixins/178 Wrap Up.mp4 8.55 MB
14 Adding Animations and Transitions/180 Module Introduction.mp4 4.74 MB
14 Adding Animations and Transitions/181 Understanding Transitions.mp4 3.79 MB
14 Adding Animations and Transitions/182 Preparing Code to use Transitions.mp4 12.29 MB
14 Adding Animations and Transitions/183 Setting Up a Transition.mp4 11.64 MB
14 Adding Animations and Transitions/184 Assigning CSS Classes for Transitions.mp4 9.44 MB
14 Adding Animations and Transitions/185 Creating a Fade Transition with the CSS Transition Property.mp4 13.29 MB
14 Adding Animations and Transitions/186 Creating a Slide Transition with the CSS Animation Property.mp4 14.38 MB
14 Adding Animations and Transitions/187 Mixing Transition and Animation Properties.mp4 13.99 MB
14 Adding Animations and Transitions/188 Animating v-if and v-show.mp4 2.4 MB
14 Adding Animations and Transitions/189 Setting Up an Initial on-load Animation.mp4 5.98 MB
14 Adding Animations and Transitions/190 Using Different CSS Class Names.mp4 16.95 MB
14 Adding Animations and Transitions/191 Using Dynamic Names and Attributes.mp4 9.72 MB
14 Adding Animations and Transitions/192 Transitioning between Multiple Elements Theory.mp4 1.91 MB
14 Adding Animations and Transitions/193 Transitioning between Multiple Elements Practice.mp4 19.97 MB
14 Adding Animations and Transitions/194 Listening to Transition Event Hooks.mp4 6.82 MB
14 Adding Animations and Transitions/195 Understanding JavaScript Animations.mp4 31.63 MB
14 Adding Animations and Transitions/196 Excluding CSS from your Animation.mp4 5.91 MB
14 Adding Animations and Transitions/197 Creating an Animation in JavaScript.mp4 22.96 MB
14 Adding Animations and Transitions/198 Animating Dynamic Components.mp4 25.42 MB
14 Adding Animations and Transitions/199 Animating Lists with transition-group.mp4 2.6 MB
14 Adding Animations and Transitions/200 Using transition-group - Preparations.mp4 17.13 MB
14 Adding Animations and Transitions/201 Using transition-group to Animate a List.mp4 25.21 MB
14 Adding Animations and Transitions/202 Understanding the App.mp4 4.59 MB
14 Adding Animations and Transitions/203 Creating the App.mp4 48.05 MB
14 Adding Animations and Transitions/204 Adding Animations.mp4 24.1 MB
14 Adding Animations and Transitions/205 Wrap Up.mp4 4.18 MB
15 Connecting to Servers via Http - Using vue-resource/208 Module Introduction.mp4 6.59 MB
15 Connecting to Servers via Http - Using vue-resource/209 Accessing Http via vue-resource - Setup.mp4 16.66 MB
15 Connecting to Servers via Http - Using vue-resource/210 Creating an Application and Setting Up a Server Firebase.mp4 20.69 MB
15 Connecting to Servers via Http - Using vue-resource/211 POSTing Data to a Server Sending a POST Request.mp4 24.05 MB
15 Connecting to Servers via Http - Using vue-resource/212 GETting and Transforming Data Sending a GET Request.mp4 27.16 MB
15 Connecting to Servers via Http - Using vue-resource/213 Configuring vue-resource Globally.mp4 11.64 MB
15 Connecting to Servers via Http - Using vue-resource/214 Intercepting Requests.mp4 13.51 MB
15 Connecting to Servers via Http - Using vue-resource/215 Intercepting Responses.mp4 11.4 MB
15 Connecting to Servers via Http - Using vue-resource/216 Where the resource in vue-resource Comes From.mp4 18.68 MB
15 Connecting to Servers via Http - Using vue-resource/217 Creating Custom Resources.mp4 10.62 MB
15 Connecting to Servers via Http - Using vue-resource/218 Resources vs Normal Http Requests.mp4 2.13 MB
15 Connecting to Servers via Http - Using vue-resource/219 Understanding Template URLs.mp4 20.72 MB
15 Connecting to Servers via Http - Using vue-resource/220 Wrap Up.mp4 8.82 MB
16 Routing in a VueJS Application/222 Module Introduction.mp4 6.37 MB
16 Routing in a VueJS Application/223 Setting up the VueJS Router vue-router.mp4 8.6 MB
16 Routing in a VueJS Application/224 Setting Up and Loading Routes.mp4 23.16 MB
16 Routing in a VueJS Application/225 Understanding Routing Modes Hash vs History.mp4 15.27 MB
16 Routing in a VueJS Application/226 Navigating with Router Links.mp4 14.04 MB
16 Routing in a VueJS Application/227 Where am I - Styling Active Links.mp4 12.37 MB
16 Routing in a VueJS Application/228 Navigating from Code Imperative Navigation.mp4 9.58 MB
16 Routing in a VueJS Application/229 Setting Up Route Parameters.mp4 6.71 MB
16 Routing in a VueJS Application/230 Fetching and Using Route Parameters.mp4 7.5 MB
16 Routing in a VueJS Application/231 Reacting to Changes in Route Parameters.mp4 11.46 MB
16 Routing in a VueJS Application/233 Setting Up Child Routes Nested Routes.mp4 16.87 MB
16 Routing in a VueJS Application/234 Navigating to Nested Routes.mp4 10.34 MB
16 Routing in a VueJS Application/235 Making Router Links more Dynamic.mp4 6.93 MB
16 Routing in a VueJS Application/236 A Better Way of Creating Links - With Named Routes.mp4 11.45 MB
16 Routing in a VueJS Application/237 Using Query Parameters.mp4 9.83 MB
16 Routing in a VueJS Application/238 Multiple Router Views Named Router Views.mp4 12.66 MB
16 Routing in a VueJS Application/239 Redirecting.mp4 8.76 MB
16 Routing in a VueJS Application/240 Setting Up Catch All Routes Wildcards.mp4 4.7 MB
16 Routing in a VueJS Application/241 Animating Route Transitions.mp4 11.06 MB
16 Routing in a VueJS Application/242 Passing the Hash Fragment.mp4 12.13 MB
16 Routing in a VueJS Application/243 Controlling the Scroll Behavior.mp4 12.63 MB
16 Routing in a VueJS Application/244 Protecting Routes with Guards.mp4 4.69 MB
16 Routing in a VueJS Application/245 Using the beforeEnter Guard.mp4 31.3 MB
16 Routing in a VueJS Application/246 Using the beforeLeave Guard.mp4 13.53 MB
16 Routing in a VueJS Application/247 Loading Routes Lazily.mp4 27.76 MB
16 Routing in a VueJS Application/248 Wrap Up.mp4 4.96 MB
17 Better State Management with Vuex/250 Module Introduction.mp4 4.62 MB
17 Better State Management with Vuex/251 Why a Different State Management May Be Needed.mp4 9.3 MB
17 Better State Management with Vuex/252 Understanding Centralized State.mp4 6.19 MB
17 Better State Management with Vuex/253 Using the Centralized State.mp4 25.72 MB
17 Better State Management with Vuex/254 Why a Centralized State Alone Wont Fix It.mp4 10.5 MB
17 Better State Management with Vuex/255 Understanding Getters.mp4 3.31 MB
17 Better State Management with Vuex/256 Using Getters.mp4 10.02 MB
17 Better State Management with Vuex/257 Mapping Getters to Properties.mp4 26.61 MB
17 Better State Management with Vuex/258 Understanding Mutations.mp4 5.09 MB
17 Better State Management with Vuex/259 Using Mutations.mp4 18.09 MB
17 Better State Management with Vuex/260 Why Mutations have to run Synchronously.mp4 7.01 MB
17 Better State Management with Vuex/261 How Actions improve Mutations.mp4 6.12 MB
17 Better State Management with Vuex/262 Using Actions.mp4 19.08 MB
17 Better State Management with Vuex/263 Mapping Actions to Methods.mp4 18.24 MB
17 Better State Management with Vuex/264 A Summary of Vuex.mp4 17.38 MB
17 Better State Management with Vuex/265 Two-Way-Binding v-model and Vuex.mp4 25.23 MB
17 Better State Management with Vuex/266 Improving Folder Structures.mp4 4.89 MB
17 Better State Management with Vuex/267 Modularizing the State Management.mp4 18.95 MB
17 Better State Management with Vuex/268 Using Separate Files.mp4 16.39 MB
17 Better State Management with Vuex/269 Using Namespaces to Avoid Naming Problems.mp4 25.58 MB
17 Better State Management with Vuex/271 Wrap Up.mp4 3.86 MB
18 Final Project - The Stock Trader/273 Project Introduction.mp4 11.82 MB
18 Final Project - The Stock Trader/274 Project Setup and Planning.mp4 10.21 MB
18 Final Project - The Stock Trader/275 Creating the First Components.mp4 10.89 MB
18 Final Project - The Stock Trader/276 Setup Project Routes.mp4 16.45 MB
18 Final Project - The Stock Trader/277 Adding a Header and Navigation.mp4 26.58 MB
18 Final Project - The Stock Trader/278 Planning the Next Steps.mp4 5.19 MB
18 Final Project - The Stock Trader/279 Creating Stocks Components.mp4 22.34 MB
18 Final Project - The Stock Trader/280 Adding a Buy Button.mp4 21.78 MB
18 Final Project - The Stock Trader/281 Setting up the Vuex State Management.mp4 36.66 MB
18 Final Project - The Stock Trader/282 Adding a Portfolio Module to Vuex.mp4 38.1 MB
18 Final Project - The Stock Trader/283 Working on the Portfolio Stocks.mp4 25.79 MB
18 Final Project - The Stock Trader/284 Connecting the Portfolio with Vuex.mp4 7.96 MB
18 Final Project - The Stock Trader/285 Time to fix some Errors.mp4 7.78 MB
18 Final Project - The Stock Trader/286 Displaying the Funds.mp4 13.2 MB
18 Final Project - The Stock Trader/287 Adding some Order Checks.mp4 21.35 MB
18 Final Project - The Stock Trader/288 Making Funds Look Nicer with Filters.mp4 6.61 MB
18 Final Project - The Stock Trader/289 Ending the Day - Randomizing Stocks.mp4 20.42 MB
18 Final Project - The Stock Trader/290 Animating the Route Transitions.mp4 12.2 MB
18 Final Project - The Stock Trader/291 Saving Fetching Data - Adding a Dropdown.mp4 9.47 MB
18 Final Project - The Stock Trader/292 Setting up vue-resource and Firebase.mp4 9.06 MB
18 Final Project - The Stock Trader/293 Saving Data PUT Request.mp4 10.75 MB
18 Final Project - The Stock Trader/294 Fetching Data GET Request.mp4 18.78 MB
18 Final Project - The Stock Trader/295 Testing and Bug Fixes.mp4 10.28 MB
18 Final Project - The Stock Trader/296 Project Wrap Up.mp4 5.26 MB
18 Final Project - The Stock Trader/297 Bonus Debugging Vuex with Vue Developer Tools.mp4 6.1 MB
19 Deploying a VueJS Application/299 Module Introduction.mp4 4.72 MB
19 Deploying a VueJS Application/300 Preparing for Deployment.mp4 7.38 MB
19 Deploying a VueJS Application/301 Deploying the App Example AWS S3.mp4 25.36 MB
20 Course Roundup/302 Courses Roundup.mp4 9.42 MB
21 All Course Exercises Time to Practice/304 Time to Practice 1 - Outputting Data to Templates Problem.mp4 7.9 MB
21 All Course Exercises Time to Practice/305 Time to Practice 1 - Outputting Data to Templates Solution.mp4 21.82 MB
21 All Course Exercises Time to Practice/307 Time to Practice 2 - Events Problem.mp4 6.5 MB
21 All Course Exercises Time to Practice/308 Time to Practice 2 - Events Solution.mp4 17.98 MB
21 All Course Exercises Time to Practice/310 Time to Practice 3 - Reactive Properties Problem.mp4 9.87 MB
21 All Course Exercises Time to Practice/311 Time to Practice 3 - Reactive Properties Solution.mp4 21.5 MB
21 All Course Exercises Time to Practice/313 Time to Practice 4 - Styling Problem.mp4 15.62 MB
21 All Course Exercises Time to Practice/314 Time to Practice 4 - Styling Solution.mp4 62.99 MB
21 All Course Exercises Time to Practice/316 Time to Practice 5 - Conditionals and Lists Problem.mp4 6.64 MB
21 All Course Exercises Time to Practice/317 Time to Practice 5 - Conditionals and Lists Solution.mp4 32.45 MB
21 All Course Exercises Time to Practice/318 Time to Practice 6 - Components Problem.mp4 7.77 MB
21 All Course Exercises Time to Practice/319 Time to Practice 6 - Components Solution.mp4 8.66 MB
21 All Course Exercises Time to Practice/320 Time to Practice 7 - Component Communication Problem.mp4 11.36 MB
21 All Course Exercises Time to Practice/321 Time to Practice 7 - Component Communication Solution.mp4 35.27 MB
21 All Course Exercises Time to Practice/322 Time to Practice 8 - Slots and Dynamic Components Problem.mp4 5.87 MB
21 All Course Exercises Time to Practice/323 Time to Practice 8 - Slots and Dynamic Components Solution.mp4 11.6 MB
21 All Course Exercises Time to Practice/324 Time to Practice 9 - Forms Problem.mp4 7.55 MB
21 All Course Exercises Time to Practice/325 Time to Practice 9 - Forms Solution.mp4 58.97 MB
21 All Course Exercises Time to Practice/326 Time to Practice 10 - Directives Problem.mp4 3.65 MB
21 All Course Exercises Time to Practice/327 Time to Practice 10 - Directives Solution.mp4 21.72 MB
21 All Course Exercises Time to Practice/328 Time to Practice 11 - Filters and Mixins Problem.mp4 5.18 MB
21 All Course Exercises Time to Practice/329 Time to Practice 11 - Filters and Mixins Solution.mp4 30.64 MB
其他位置