1. Урок 1. 00:02:09
    Course Overview
  2. Урок 2. 00:01:40
    Introduction
  3. Урок 3. 00:01:33
    Gaining a Conceptual Understanding of Vue
  4. Урок 4. 00:01:54
    Setting up the Environment
  5. Урок 5. 00:10:16
    Creating a New Project with the Vue CLI
  6. Урок 6. 00:09:36
    Creating the Home Page
  7. Урок 7. 00:00:30
    Introduction
  8. Урок 8. 00:04:41
    Global Components vs. Single-file Components
  9. Урок 9. 00:06:51
    Creating Your First Component
  10. Урок 10. 00:05:26
    Binding Attributes to Data with v-bind
  11. Урок 11. 00:06:49
    Binding to Events with v-on
  12. Урок 12. 00:01:13
    Using Shorthand Bindings
  13. Урок 13. 00:02:33
    Binding to Computed Properties
  14. Урок 14. 00:02:56
    Displaying Data with Interpolation
  15. Урок 15. 00:04:12
    Conditionally Displaying Content with v-if and v-show
  16. Урок 16. 00:10:50
    Repeating Elements with v-for
  17. Урок 17. 00:05:01
    Styling Components
  18. Урок 18. 00:06:36
    Styling Child Components
  19. Урок 19. 00:03:41
    Conditionally Applying Styles with Style Bindings
  20. Урок 20. 00:04:02
    Conditionally Applying Classes with Class Bindings
  21. Урок 21. 00:02:22
    Using SASS and Other CSS Pre-processors
  22. Урок 22. 00:02:18
    Using Component Lifecycle Hooks
  23. Урок 23. 00:02:18
    Reducing Duplication with Mixins
  24. Урок 24. 00:00:29
    Summary
  25. Урок 25. 00:00:43
    Introduction
  26. Урок 26. 00:05:48
    Creating Child Components
  27. Урок 27. 00:05:17
    Using Props to Share Data with Child Components
  28. Урок 28. 00:03:56
    Validating Props
  29. Урок 29. 00:10:30
    Passing Data to Parent Components with Events
  30. Урок 30. 00:06:57
    Injecting Content into a Child Component with Slots
  31. Урок 31. 00:00:20
    Summary
  32. Урок 32. 00:00:44
    Introduction
  33. Урок 33. 00:04:56
    Adding Routing to Your App
  34. Урок 34. 00:02:59
    Linking to Routed Pages
  35. Урок 35. 00:03:02
    Styling Links Based on the Active Route
  36. Урок 36. 00:03:51
    Navigating from Code
  37. Урок 37. 00:06:11
    Working with Route Params
  38. Урок 38. 00:02:25
    Passing Params as Props
  39. Урок 39. 00:07:28
    Using Nested Routes
  40. Урок 40. 00:06:18
    Using Named Views
  41. Урок 41. 00:02:48
    Enabling HTML5 History Mode
  42. Урок 42. 00:03:21
    Preventing Pages from Loading with Navigation Guards
  43. Урок 43. 00:04:05
    Preventing Navigation Away from Pages with Navigation Guards
  44. Урок 44. 00:00:30
    Summary
  45. Урок 45. 00:03:14
    Introduction
  46. Урок 46. 00:02:05
    Creating a Vuex Store
  47. Урок 47. 00:03:32
    Changing Vuex Store State with Mutations
  48. Урок 48. 00:06:53
    Retreiving Items from the Vuex Store
  49. Урок 49. 00:04:05
    Using Vuex Getters to Return Calculated Data
  50. Урок 50. 00:17:10
    Using Actions to Work with APIs and Asynchronous Data
  51. Урок 51. 00:03:27
    Using Actions to Save Data to an API
  52. Урок 52. 00:01:22
    Returning Promises from Actions
  53. Урок 53. 00:06:16
    Organizing the Store with Modules
  54. Урок 54. 00:04:27
    Namespacing Modules
  55. Урок 55. 00:01:12
    Accessing Namespaced Getters
  56. Урок 56. 00:09:31
    Understanding Global and Namespaced State
  57. Урок 57. 00:04:18
    Using the Vuex MapState Helper
  58. Урок 58. 00:01:13
    Using the Vuex MapGetters Helper
  59. Урок 59. 00:02:35
    Using the Vuex MapActions Helper
  60. Урок 60. 00:00:56
    Using the Vuex MapMutations Helper
  61. Урок 61. 00:00:35
    Summary
  62. Урок 62. 00:00:33
    Introduction
  63. Урок 63. 00:03:36
    Creating a Custom Directive
  64. Урок 64. 00:06:35
    Passing Data to Directives
  65. Урок 65. 00:05:12
    Using Directive Lifecycle Hooks
  66. Урок 66. 00:01:51
    Making Directives Available Globally
  67. Урок 67. 00:04:36
    Creating a Custom Filter
  68. Урок 68. 00:01:01
    Declaring Filters Globally
  69. Урок 69. 00:00:29
    Summary
  70. Урок 70. 00:02:16
    Introduction
  71. Урок 71. 00:02:09
    Creating a Basic Vue.js Build with the CLI
  72. Урок 72. 00:05:57
    Using Environment Variables and Build Modes
  73. Урок 73. 00:03:23
    Deploying to a Production Webserver
  74. Урок 74. 00:04:03
    Handling Deep Linking on the Server
  75. Урок 75. 00:01:47
    Inspecting the Built-in Webpack Config
  76. Урок 76. 00:07:04
    Customizing Webpack Config
  77. Урок 77. 00:00:38
    Summary