首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseLab.com] Udemy - Vue.js Essentials - 3 Course Bundle
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2021-4-11 07:31
2024-11-1 14:03
229
3.84 GB
182
磁力链接
magnet:?xt=urn:btih:a40c2a751a281fb61134ac23f19e1a38fa8e0912
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmE0MGMyYTc1MWEyODFmYjYxMTM0YWMyM2YxOWUxYTM4ZmE4ZTA5MTJaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseLab
com
Udemy
-
Vue
js
Essentials
-
3
Course
Bundle
文件列表
1. Introduction & Crash Course/1. Introduction overview.mp4
33.1MB
1. Introduction & Crash Course/10. Vue.js Essentials preview.mp4
34.25MB
1. Introduction & Crash Course/2. What is Vue.js.mp4
42.41MB
1. Introduction & Crash Course/3. What can you build with Vue.js.mp4
79.72MB
1. Introduction & Crash Course/4. What do I need to know before learning Vue.js.mp4
58.86MB
1. Introduction & Crash Course/5. Vue basic feature crash course.mp4
46.14MB
1. Introduction & Crash Course/6. Advanced features.mp4
34.38MB
1. Introduction & Crash Course/7. Ecosystem tools.mp4
42.53MB
1. Introduction & Crash Course/8. Vue.js frameworks and plugins.mp4
46.43MB
1. Introduction & Crash Course/9. Framework comparison.mp4
69.09MB
10. Build A Vue.js Single-Page App with Vue Router - Introduction/1. Introduction.mp4
16.58MB
11. Build A Vue.js Single-Page App with Vue Router - Overview & setup/1. Demo of the finished product.mp4
10.78MB
11. Build A Vue.js Single-Page App with Vue Router - Overview & setup/2. Getting data from the OMDB API.mp4
9.65MB
11. Build A Vue.js Single-Page App with Vue Router - Overview & setup/3. Clone repo, NPM install, setup environment.mp4
10.71MB
11. Build A Vue.js Single-Page App with Vue Router - Overview & setup/4. Running local server.mp4
5.13MB
11. Build A Vue.js Single-Page App with Vue Router - Overview & setup/5. Tour of the project files.mp4
19.03MB
11. Build A Vue.js Single-Page App with Vue Router - Overview & setup/6. Webpack configuration.mp4
132.08MB
11. Build A Vue.js Single-Page App with Vue Router - Overview & setup/7. Hello World.mp4
8.1MB
12. Build A Vue.js Single-Page App with Vue Router - Setting up components/1. Vue essentials Components.mp4
5.45MB
12. Build A Vue.js Single-Page App with Vue Router - Setting up components/2. Configuring components.mp4
77.46MB
12. Build A Vue.js Single-Page App with Vue Router - Setting up components/3. Setup the movie-list component.mp4
14.21MB
12. Build A Vue.js Single-Page App with Vue Router - Setting up components/4. Setup the check-filter component.mp4
13.33MB
13. Build A Vue.js Single-Page App with Vue Router - Filters/1. Vue essentials Props.mp4
6.66MB
13. Build A Vue.js Single-Page App with Vue Router - Filters/10. Creating logic for genre filter.mp4
13.48MB
13. Build A Vue.js Single-Page App with Vue Router - Filters/2. Add props to check-filter component.mp4
8.49MB
13. Build A Vue.js Single-Page App with Vue Router - Filters/3. Making check-filter toggleable.mp4
8.06MB
13. Build A Vue.js Single-Page App with Vue Router - Filters/4. Vue essentials Custom events.mp4
4.51MB
13. Build A Vue.js Single-Page App with Vue Router - Filters/5. Emitting a custom event from check-filter.mp4
9.69MB
13. Build A Vue.js Single-Page App with Vue Router - Filters/6. Vue essentials Vue.js devtools.mp4
3.89MB
13. Build A Vue.js Single-Page App with Vue Router - Filters/7. Adding a payload to check-filter event.mp4
12.54MB
13. Build A Vue.js Single-Page App with Vue Router - Filters/8. Processing check-filter event in root instance.mp4
8.26MB
13. Build A Vue.js Single-Page App with Vue Router - Filters/9. Add filter arrays to movie-list.mp4
7.97MB
14. Build A Vue.js Single-Page App with... - Refactoring with single file components/1. Vue essentials Single file components.mp4
9.3MB
14. Build A Vue.js Single-Page App with... - Refactoring with single file components/2. Refactor project to use single file components.mp4
24.57MB
15. Build A Vue.js Single-Page App with Vue Router - Getting data from API/1. Understanding the API.mp4
11.25MB
15. Build A Vue.js Single-Page App with Vue Router - Getting data from API/2. Getting data from the API.mp4
9MB
15. Build A Vue.js Single-Page App with Vue Router - Getting data from API/3. Replace dummy data with API data.mp4
5.82MB
15. Build A Vue.js Single-Page App with Vue Router - Getting data from API/4. Creating movie-item component.mp4
8.5MB
15. Build A Vue.js Single-Page App with Vue Router - Getting data from API/5. Fleshing out movie-item template.mp4
9.18MB
15. Build A Vue.js Single-Page App with Vue Router - Getting data from API/6. Enhance genre filter for multi-genre movies.mp4
13.79MB
15. Build A Vue.js Single-Page App with Vue Router - Getting data from API/7. Adding no results and loading messages.mp4
12.63MB
16. Build A Vue.js Single-Page App with Vue Router - Displaying session times/1. Adding moment library to project.mp4
18.19MB
16. Build A Vue.js Single-Page App with Vue Router - Displaying session times/2. Displaying session times.mp4
14.94MB
16. Build A Vue.js Single-Page App with Vue Router - Displaying session times/3. Filtering session times.mp4
19.04MB
16. Build A Vue.js Single-Page App with Vue Router - Displaying session times/4. Adding time filters.mp4
12.44MB
16. Build A Vue.js Single-Page App with Vue Router - Displaying session times/5. Filter movies based on time filter.mp4
24.62MB
16. Build A Vue.js Single-Page App with Vue Router - Displaying session times/6. Filter sessions based on time filter.mp4
11.87MB
16. Build A Vue.js Single-Page App with Vue Router - Displaying session times/7. Enhance the no results message with filters.mp4
10.18MB
17. Build A Vue.js Single-Page App...- Component communication with an event bus/1. Vue essentials Event bus.mp4
5.34MB
17. Build A Vue.js Single-Page App...- Component communication with an event bus/2. Using a global event bus in the project.mp4
22.32MB
18. Build A Vue.js Single-Page App with Vue Router - Creating the Detail page/1. Vue essentials Vue router.mp4
7.18MB
18. Build A Vue.js Single-Page App with Vue Router - Creating the Detail page/10. Fleshing out detail page.mp4
12.85MB
18. Build A Vue.js Single-Page App with Vue Router - Creating the Detail page/2. Abstract main page into overview component.mp4
11.55MB
18. Build A Vue.js Single-Page App with Vue Router - Creating the Detail page/3. Setting up Vue router.mp4
10.5MB
18. Build A Vue.js Single-Page App with Vue Router - Creating the Detail page/4. Adding router-view to main template.mp4
8.21MB
18. Build A Vue.js Single-Page App with Vue Router - Creating the Detail page/5. Creating detail page.mp4
14.03MB
18. Build A Vue.js Single-Page App with Vue Router - Creating the Detail page/6. Passing movie ID to detail page.mp4
9.47MB
18. Build A Vue.js Single-Page App with Vue Router - Creating the Detail page/7. Displaying movie-item in detail page.mp4
16.06MB
18. Build A Vue.js Single-Page App with Vue Router - Creating the Detail page/8. Vue essentials Slots.mp4
4.01MB
18. Build A Vue.js Single-Page App with Vue Router - Creating the Detail page/9. Incorporating slots in movie-item.mp4
14.02MB
19. Build A Vue.js Single-Page App with Vue Router - Adding the day selector/1. Creating day-select component.mp4
6.1MB
19. Build A Vue.js Single-Page App with Vue Router - Adding the day selector/2. Addings days to day-select.mp4
14.57MB
19. Build A Vue.js Single-Page App with Vue Router - Adding the day selector/3. Day selection logic.mp4
7MB
19. Build A Vue.js Single-Page App with Vue Router - Adding the day selector/4. Application-level day property.mp4
12.23MB
19. Build A Vue.js Single-Page App with Vue Router - Adding the day selector/5. Mobile day selector.mp4
15.66MB
2. Build Your First Vue.js App - Introduction/1. Introducing the course.mp4
33.37MB
20. Build A Vue.js Single-Page App with Vue Router - Adding tooltips/1. Vue essentials Custom directives.mp4
5.65MB
20. Build A Vue.js Single-Page App with Vue Router - Adding tooltips/2. Adding tooltip custom directive.mp4
9MB
20. Build A Vue.js Single-Page App with Vue Router - Adding tooltips/3. Creating tooltip in DOM.mp4
7.32MB
20. Build A Vue.js Single-Page App with Vue Router - Adding tooltips/4. Adding classes and event listeners to tooltip.mp4
34.38MB
20. Build A Vue.js Single-Page App with Vue Router - Adding tooltips/5. Vue essentials Plugins.mp4
2.54MB
20. Build A Vue.js Single-Page App with Vue Router - Adding tooltips/6. Making tooltip a custom plugin.mp4
88MB
21. Build A Vue.js Single-Page App with Vue Router - Finishing touches/1. Adding keep-alive to router to maintain filter state.mp4
6MB
21. Build A Vue.js Single-Page App with Vue Router - Finishing touches/2. How v-cloak works alongside Webpack.mp4
6.96MB
21. Build A Vue.js Single-Page App with Vue Router - Finishing touches/3. Building for production.mp4
5.92MB
22. Build A Professional Vue App with Vuex & SSR - Introduction/1. Introduction.mp4
21.52MB
23. Build A Professional Vue App with Vuex & SSR - Overview & setup/1. Demo of the finished product.mp4
6.66MB
23. Build A Professional Vue App with Vuex & SSR - Overview & setup/2. Clone repo, NPM install, setup environment.mp4
37.21MB
23. Build A Professional Vue App with Vuex & SSR - Overview & setup/3. Tour of the files.mp4
9.98MB
23. Build A Professional Vue App with Vuex & SSR - Overview & setup/4. Webpack configuration and extract text demo.mp4
25.56MB
24. Build A Professional Vue App with Vuex & SSR - Setting up the calendar/1. Setup the app component.mp4
6.79MB
24. Build A Professional Vue App with Vuex & SSR - Setting up the calendar/2. Add moment to root, set timezone.mp4
8.97MB
24. Build A Professional Vue App with Vuex & SSR - Setting up the calendar/3. Generate list of days in current month.mp4
17.55MB
24. Build A Professional Vue App with Vuex & SSR - Setting up the calendar/4. Padding days to startend of month for complete weeks.mp4
28.73MB
24. Build A Professional Vue App with Vuex & SSR - Setting up the calendar/5. Grouping days into blocks of weeks.mp4
12.1MB
25. Build A Professional Vue App with Vuex & SSR - Calendar day functionality/1. Vue essentials Shorthands.mp4
2.13MB
25. Build A Professional Vue App with Vuex & SSR - Calendar day functionality/2. Adding calendar-day component.mp4
12.4MB
25. Build A Professional Vue App with Vuex & SSR - Calendar day functionality/3. Adding days of week above calendar grid.mp4
3.52MB
25. Build A Professional Vue App with Vuex & SSR - Calendar day functionality/4. Highlighting current day on calendar.mp4
6.48MB
25. Build A Professional Vue App with Vuex & SSR - Calendar day functionality/5. UI effects for past and days outside of month.mp4
7.22MB
25. Build A Professional Vue App with Vuex & SSR - Calendar day functionality/6. Vue essentials Vuex.mp4
7.99MB
25. Build A Professional Vue App with Vuex & SSR - Calendar day functionality/7. Add Vuex store to project and create basic state properties.mp4
10.8MB
26. Build A Professional Vue App with Vuex & SSR - Adding the month selector/1. Adding header and creating current-month component.mp4
5.85MB
26. Build A Professional Vue App with Vuex & SSR - Adding the month selector/2. Displaying date in current-month component.mp4
6.22MB
26. Build A Professional Vue App with Vuex & SSR - Adding the month selector/3. Adding buttons to current-month component.mp4
4.4MB
26. Build A Professional Vue App with Vuex & SSR - Adding the month selector/4. Moving Vuex into own file.mp4
6.08MB
26. Build A Professional Vue App with Vuex & SSR - Adding the month selector/5. Changing month and year with Vuex mutation.mp4
6.98MB
26. Build A Professional Vue App with Vuex & SSR - Adding the month selector/6. Enhancing current-month logic.mp4
8.36MB
26. Build A Professional Vue App with Vuex & SSR - Adding the month selector/7. Vue.js Dev Tools Vuex.mp4
3.21MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/1. Creating event-form component.mp4
10.82MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/10. Improving form.mp4
7.83MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/11. Focus directive, Enter keyup is create.mp4
11.07MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/12. Displaying date on Event Form.mp4
12.12MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/13. Highlight Event Form active day.mp4
9.49MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/2. Capture click in calendar-day.mp4
10.91MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/3. Positioning Event Form.mp4
6.21MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/4. Opening and closing Event Form.mp4
14.73MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/5. Displaying events in calendar-day.mp4
15.92MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/6. Creating events state in store.mp4
5.27MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/7. Adding input to event-form.mp4
4.99MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/8. Submit new event to store.mp4
11.24MB
27. Build A Professional Vue App with Vuex & SSR - Creating the event form/9. Get event date in store.mp4
9.03MB
28. Build A Professional Vue App with Vuex & SSR - Loading stored events/1. Setup for sending events to server.mp4
13.28MB
28. Build A Professional Vue App with Vuex & SSR - Loading stored events/2. Receiving event on server.mp4
7.62MB
28. Build A Professional Vue App with Vuex & SSR - Loading stored events/3. Vue essentials Vuex actions.mp4
7.1MB
28. Build A Professional Vue App with Vuex & SSR - Loading stored events/4. Creating addEvent action in store.mp4
13.91MB
28. Build A Professional Vue App with Vuex & SSR - Loading stored events/5. Returning a promise from addEvent action.mp4
16.75MB
29. Build A Professional Vue App with Vuex & SSR - Writing events to template/1. Replace Vuex state in main file.mp4
14.03MB
29. Build A Professional Vue App with Vuex & SSR - Writing events to template/2. Move mock data to HTML template.mp4
13.58MB
29. Build A Professional Vue App with Vuex & SSR - Writing events to template/3. Splicing mock data into HTML file.mp4
22.7MB
3. Build Your First Vue.js App - Setting up the project/1. Starter code installation.mp4
50.14MB
3. Build Your First Vue.js App - Setting up the project/2. Running the server and viewing the project.mp4
27.12MB
3. Build Your First Vue.js App - Setting up the project/3. Touring the project files.mp4
23.02MB
30. Build A Professional Vue App with Vuex & SSR - Server-side rendering/1. Vue essentials Render functions.mp4
7.96MB
30. Build A Professional Vue App with Vuex & SSR - Server-side rendering/2. Creating root instance template with a render function.mp4
16.24MB
30. Build A Professional Vue App with Vuex & SSR - Server-side rendering/3. Introduction to server-side rendering.mp4
26.1MB
30. Build A Professional Vue App with Vuex & SSR - Server-side rendering/4. Server-side rendering webpack flow.mp4
10.71MB
30. Build A Professional Vue App with Vuex & SSR - Server-side rendering/5. Creating common entry file.mp4
16.18MB
30. Build A Professional Vue App with Vuex & SSR - Server-side rendering/6. Creating server entry file.mp4
16.61MB
30. Build A Professional Vue App with Vuex & SSR - Server-side rendering/7. Setting up bundle renderer.mp4
17.69MB
30. Build A Professional Vue App with Vuex & SSR - Server-side rendering/8. Splicing rendered bundle into HTML template.mp4
11.16MB
30. Build A Professional Vue App with Vuex & SSR - Server-side rendering/9. Vuex state hydration.mp4
92.52MB
31. Build A Professional Vue App with Vuex & SSR - Finishing touches/1. Adding image to header and reloading page on initial render.mp4
15.92MB
31. Build A Professional Vue App with Vuex & SSR - Finishing touches/2. Building for production.mp4
10.43MB
32. BONUS CHAPTER Keep Vue in sync across tabs/1. Keep the shopping cart in sync across tabs.mp4
33.15MB
32. BONUS CHAPTER Keep Vue in sync across tabs/2. Creating a Pusher account.mp4
9.31MB
32. BONUS CHAPTER Keep Vue in sync across tabs/3. Using Vue watchers to hook into reactive changes.mp4
59.07MB
32. BONUS CHAPTER Keep Vue in sync across tabs/4. Sending cart data to the server.mp4
52.76MB
32. BONUS CHAPTER Keep Vue in sync across tabs/5. Triggering Pusher events from the server.mp4
121.49MB
32. BONUS CHAPTER Keep Vue in sync across tabs/6. Receiving Pusher events in the client.mp4
99.92MB
32. BONUS CHAPTER Keep Vue in sync across tabs/7. Replacing the cart with data received from Pusher.mp4
81.32MB
4. Build Your First Vue.js App - Up and running with Vue/1. Including Vue in the project.mp4
27.7MB
4. Build Your First Vue.js App - Up and running with Vue/2. Creating an instance of Vue.mp4
8.13MB
4. Build Your First Vue.js App - Up and running with Vue/3. Rendering data on the page.mp4
12.88MB
4. Build Your First Vue.js App - Up and running with Vue/4. Understanding directives.mp4
23.97MB
4. Build Your First Vue.js App - Up and running with Vue/5. Adding a method.mp4
26.64MB
4. Build Your First Vue.js App - Up and running with Vue/6. Rendering the list of products.mp4
35.98MB
4. Build Your First Vue.js App - Up and running with Vue/7. Adding key to iterated products.mp4
25.82MB
5. Build Your First Vue.js App - Building the shopping cart/1. Creating the cart.mp4
12.87MB
5. Build Your First Vue.js App - Building the shopping cart/10. Formatting price.mp4
22.13MB
5. Build Your First Vue.js App - Building the shopping cart/11. Adding quantity buttons to template.mp4
23.23MB
5. Build Your First Vue.js App - Building the shopping cart/12. Implementing inc and dec logic.mp4
23.22MB
5. Build Your First Vue.js App - Building the shopping cart/2. Understanding reactivity.mp4
14.58MB
5. Build Your First Vue.js App - Building the shopping cart/3. Vue Devtools.mp4
11.25MB
5. Build Your First Vue.js App - Building the shopping cart/4. Adding products to the cart.mp4
17.84MB
5. Build Your First Vue.js App - Building the shopping cart/5. Displaying cart items.mp4
23.8MB
5. Build Your First Vue.js App - Building the shopping cart/6. Hiding cart if empty.mp4
25.11MB
5. Build Your First Vue.js App - Building the shopping cart/7. Adding quantity to cart items.mp4
22.33MB
5. Build Your First Vue.js App - Building the shopping cart/8. Cart items quantity logic.mp4
22.29MB
5. Build Your First Vue.js App - Building the shopping cart/9. Understanding filters.mp4
11.64MB
6. Build Your First Vue.js App - Adding product search/1. Adding search button.mp4
39.43MB
6. Build Your First Vue.js App - Adding product search/2. Adding search input.mp4
30.57MB
6. Build Your First Vue.js App - Adding product search/3. Overview of vue-resource.mp4
10.92MB
6. Build Your First Vue.js App - Adding product search/4. Overview of API.mp4
13.43MB
6. Build Your First Vue.js App - Adding product search/5. Adding vue-resource to project.mp4
23.04MB
6. Build Your First Vue.js App - Adding product search/6. AJAX call for products.mp4
24.99MB
7. Build Your First Vue.js App - Building the product list/1. Replacing dummy items.mp4
21.89MB
7. Build Your First Vue.js App - Building the product list/2. Adding product image & price.mp4
33.45MB
7. Build Your First Vue.js App - Building the product list/3. Adding search result count to product list.mp4
37.09MB
7. Build Your First Vue.js App - Building the product list/4. Adding the loading message.mp4
44.54MB
7. Build Your First Vue.js App - Building the product list/5. Understanding lifecycle hooks.mp4
27.09MB
7. Build Your First Vue.js App - Building the product list/6. Default search on page load.mp4
17.96MB
7. Build Your First Vue.js App - Building the product list/7. Understanding transitions.mp4
35.58MB
7. Build Your First Vue.js App - Building the product list/8. Fading in cart total.mp4
53.24MB
7. Build Your First Vue.js App - Building the product list/9. Fading in cart items.mp4
34.5MB
8. Build Your First Vue.js App - Scroll loading products/1. How scroll load works.mp4
49.51MB
8. Build Your First Vue.js App - Scroll loading products/2. Adding a sensor element.mp4
34.41MB
8. Build Your First Vue.js App - Scroll loading products/3. Scroll monitor setup.mp4
33.18MB
8. Build Your First Vue.js App - Scroll loading products/4. Triggering code with scroll monitor.mp4
46.81MB
8. Build Your First Vue.js App - Scroll loading products/5. Appending items.mp4
44.71MB
8. Build Your First Vue.js App - Scroll loading products/6. Fixing search results.mp4
32.09MB
9. Build Your First Vue.js App - Adding finishing touches/1. Loading indicator with v-cloak.mp4
54.05MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统