Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Complete Nuxt.js & Vue.js Course | Self Promo App, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:11:24
    Detailed Introduction
  2. Урок 2. 00:03:58
    Application Introduction
  3. Урок 3. 00:10:58
    Introduction to Vue.js
  4. Урок 4. 00:09:44
    First code - Hello World
  5. Урок 5. 00:13:57
    What are Variables
  6. Урок 6. 00:14:36
    Introduction to Functions - part 1
  7. Урок 7. 00:21:09
    Introduction to Functions - part 2
  8. Урок 8. 00:14:14
    How Vue.js works - Part 1
  9. Урок 9. 00:17:02
    How Vue.js works - Part 2
  10. Урок 10. 00:16:13
    Introduction to Operators
  11. Урок 11. 00:15:21
    Let's talk about Callstack
  12. Урок 12. 00:22:28
    What are Objects
  13. Урок 13. 00:12:23
    Learn about Classes
  14. Урок 14. 00:13:06
    What about Constructor
  15. Урок 15. 00:21:07
    More info about "this" context
  16. Урок 16. 00:16:47
    Introduction to Inheritance
  17. Урок 17. 00:22:35
    Inheritance Part 2
  18. Урок 18. 00:17:34
    Logic gates with IF statements
  19. Урок 19. 00:08:32
    More about IFs
  20. Урок 20. 00:16:11
    Introduction to Arrays
  21. Урок 21. 00:08:49
    Iteration functions
  22. Урок 22. 00:22:59
    Custom array functions
  23. Урок 23. 00:14:33
    Const, let, var and ternary operators
  24. Урок 24. 00:08:06
    Introduction to Scopes
  25. Урок 25. 00:09:27
    Get familiar with App structure
  26. Урок 26. 00:09:15
    Data and Methods of component
  27. Урок 27. 00:12:19
    Todo container + Stylings
  28. Урок 28. 00:12:20
    Todo items in container
  29. Урок 29. 00:08:25
    Let's integrate Scss
  30. Урок 30. 00:12:14
    Vue Components
  31. Урок 31. 00:12:10
    Vue props in Components
  32. Урок 32. 00:07:45
    Directives with v-for
  33. Урок 33. 00:16:07
    We are implementing Modal
  34. Урок 34. 00:04:37
    Let's style buttons
  35. Урок 35. 00:12:34
    Move modal to separate Component
  36. Урок 36. 00:11:13
    Modal toggling
  37. Урок 37. 00:08:58
    Let's close modal
  38. Урок 38. 00:05:54
    Modal refactoring
  39. Урок 39. 00:12:16
    Initialization of Todo form
  40. Урок 40. 00:05:32
    Two way data binding
  41. Урок 41. 00:08:58
    Todo create component
  42. Урок 42. 00:13:50
    Create todo functions
  43. Урок 43. 00:06:34
    Form validations
  44. Урок 44. 00:17:27
    Close modal after create
  45. Урок 45. 00:11:46
    Taking care of form errors
  46. Урок 46. 00:07:26
    "Delete" and "Edit" Buttons
  47. Урок 47. 00:07:03
    Display Edit Form
  48. Урок 48. 00:06:23
    Get values to edit form inputs
  49. Урок 49. 00:11:11
    Get familiar with Store Architecture
  50. Урок 50. 00:12:29
    Dispatch store Actions
  51. Урок 51. 00:14:46
    Update todo functionality
  52. Урок 52. 00:07:47
    Delete todo functionality
  53. Урок 53. 00:10:29
    Init Local Storage
  54. Урок 54. 00:06:06
    Learn how to persist data
  55. Урок 55. 00:05:07
    Persist data improvements
  56. Урок 56. 00:30:02
    Demystification of VUE Framework
  57. Урок 57. 00:03:53
    Application inroduction
  58. Урок 58. 00:10:46
    Initialize Project
  59. Урок 59. 00:08:22
    Create first Pages
  60. Урок 60. 00:09:45
    Create index page
  61. Урок 61. 00:12:08
    SSR vs SPA
  62. Урок 62. 00:04:11
    Post component
  63. Урок 63. 00:10:16
    Component props
  64. Урок 64. 00:07:39
    v-for iterations
  65. Урок 65. 00:10:29
    Display date with Moment
  66. Урок 66. 00:10:18
    Component methods
  67. Урок 67. 00:09:08
    Introduction to filters
  68. Урок 68. 00:07:45
    Scoped component styles
  69. Урок 69. 00:03:55
    Integrate Scss in component
  70. Урок 70. 00:03:34
    Checkbox integration
  71. Урок 71. 00:09:51
    Vuex integration
  72. Урок 72. 00:08:41
    Get state with computed
  73. Урок 73. 00:07:01
    More about computed properties
  74. Урок 74. 00:08:40
    Navbar toggling functionality
  75. Урок 75. 00:16:30
    Let's debug our code
  76. Урок 76. 00:07:01
    Page navigation
  77. Урок 77. 00:12:44
    Vuex actions introduction
  78. Урок 78. 00:06:42
    Vuex mutations introduction
  79. Урок 79. 00:11:42
    Fetch post API
  80. Урок 80. 00:06:30
    Post module implementation in Store
  81. Урок 81. 00:09:16
    Async fetch of posts
  82. Урок 82. 00:07:20
    Improve fetch check for posts
  83. Урок 83. 00:05:59
    Vuex getters implementation
  84. Урок 84. 00:07:50
    Modal window implementation
  85. Урок 85. 00:06:20
    Modal form & Slots
  86. Урок 86. 00:06:53
    Named slots
  87. Урок 87. 00:12:21
    Post create + Vue extension
  88. Урок 88. 00:06:28
    Data bindings
  89. Урок 89. 00:07:07
    Learn how to emit events
  90. Урок 90. 00:09:31
    Dispatch create post
  91. Урок 91. 00:07:01
    Fixes of create post feature
  92. Урок 92. 00:04:24
    Post manage form
  93. Урок 93. 00:10:37
    Pass data to manage form
  94. Урок 94. 00:08:23
    Let's learn about watchers
  95. Урок 95. 00:04:13
    Post update feature styling changes
  96. Урок 96. 00:13:34
    Update post action
  97. Урок 97. 00:07:13
    Debugging update
  98. Урок 98. 00:12:37
    Intro to requests
  99. Урок 99. 00:15:30
    More about requests
  100. Урок 100. 00:05:32
    Get JSON post data
  101. Урок 101. 00:11:57
    Post endpoint - write to a file
  102. Урок 102. 00:12:03
    Send a request through Axios
  103. Урок 103. 00:08:42
    Let's move API routes
  104. Урок 104. 00:11:27
    Update post request
  105. Урок 105. 00:15:43
    Delete feature assignment
  106. Урок 106. 00:14:32
    Improvements of delete feature
  107. Урок 107. 00:13:15
    Some fixes + Local Storage intro
  108. Урок 108. 00:10:27
    Archive items in Local Storage
  109. Урок 109. 00:14:41
    Toggle "read" property of post
  110. Урок 110. 00:04:51
    Present changes from Storage
  111. Урок 111. 00:08:46
    Introduction to Markdown
  112. Урок 112. 00:06:58
    Integrate Markdown to manage form
  113. Урок 113. 00:05:48
    Implementation of Detail page
  114. Урок 114. 00:07:10
    Detail page finish
  115. Урок 115. 00:01:49
    Application Introduction
  116. Урок 116. 00:07:12
    [Preferred]: Create project with Github
  117. Урок 117. 00:04:31
    [Optional]: Create project with CLI
  118. Урок 118. 00:06:13
    initialization of Index Page
  119. Урок 119. 00:08:50
    Move parts of App to components
  120. Урок 120. 00:11:13
    Login & Register page improvements
  121. Урок 121. 00:07:00
    DB Setup
  122. Урок 122. 00:10:37
    Server Setup
  123. Урок 123. 00:03:24
    Populate Data to DB
  124. Урок 124. 00:10:19
    Fetch Courses
  125. Урок 125. 00:06:07
    Provide courses to Card
  126. Урок 126. 00:08:07
    Create custom Filter
  127. Урок 127. 00:02:48
    Section Introduction
  128. Урок 128. 00:07:51
    Introduction to Vuelidate
  129. Урок 129. 00:07:58
    Let's validate inputs
  130. Урок 130. 00:03:07
    Disable button on blur
  131. Урок 131. 00:18:11
    Register form validation
  132. Урок 132. 00:12:51
    Custom validators
  133. Урок 133. 00:11:20
    Login Functionality
  134. Урок 134. 00:13:04
    Let's learn more about sessions
  135. Урок 135. 00:09:03
    Handle errors with Toasted
  136. Урок 136. 00:11:25
    Display user in Navbar
  137. Урок 137. 00:11:01
    Preserve auth state
  138. Урок 138. 00:05:07
    Learn how to logout
  139. Урок 139. 00:17:41
    Register functionality
  140. Урок 140. 00:11:39
    Let's implement Middlewares
  141. Урок 141. 00:03:11
    Guest middleware
  142. Урок 142. 00:10:28
    Not authorized pages
  143. Урок 143. 00:02:04
    Section Introduction
  144. Урок 144. 00:17:32
    Let's add more pages
  145. Урок 145. 00:11:24
    Fetch instructor courses
  146. Урок 146. 00:05:55
    Display instructor courses
  147. Урок 147. 00:06:39
    Course create components
  148. Урок 148. 00:06:39
    Display one component at the time
  149. Урок 149. 00:09:54
    Hide buttons depending on active step
  150. Урок 150. 00:08:36
    Keep alive component
  151. Урок 151. 00:11:42
    Emit form data from partial step
  152. Урок 152. 00:08:27
    Fetch categories
  153. Урок 153. 00:09:44
    Display categories in select input
  154. Урок 154. 00:09:13
    Get selected value from an option
  155. Урок 155. 00:09:55
    Fixes "can proceed" check
  156. Урок 156. 00:13:38
    Validators in create form
  157. Урок 157. 00:04:32
    Init text input with character count
  158. Урок 158. 00:05:45
    Fixes input count validation and emit data
  159. Урок 159. 00:11:29
    Finishes input with character counter
  160. Урок 160. 00:09:34
    Create course - send a request
  161. Урок 161. 00:06:38
    Display different colour for status
  162. Урок 162. 00:03:00
    Section Introduction
  163. Урок 163. 00:11:42
    Manage page init
  164. Урок 164. 00:07:10
    Stepping functionality in Manage page
  165. Урок 165. 00:05:03
    Styling improvements in step options
  166. Урок 166. 00:10:27
    Introduction to Mixins
  167. Урок 167. 00:06:42
    Multi line text input component
  168. Урок 168. 00:09:48
    Fetch course by ID
  169. Урок 169. 00:08:21
    Iterate multi line component lines
  170. Урок 170. 00:10:43
    Add & Remove line events
  171. Урок 171. 00:06:34
    Add & Remove Line through Store
  172. Урок 172. 00:11:10
    Update Line in Store
  173. Урок 173. 00:10:14
    Adds conditions to allow add or remove line
  174. Урок 174. 00:14:34
    Update inputs on Landing Page
  175. Урок 175. 00:06:39
    Update Status & Price component
  176. Урок 176. 00:16:35
    Emit category value
  177. Урок 177. 00:12:55
    Update course functionality
  178. Урок 178. 00:08:33
    User experience improvements when updating
  179. Урок 179. 00:13:09
    [BONUS]: Server Explanation
  180. Урок 180. 00:04:10
    Section Introduction
  181. Урок 181. 00:10:06
    Initialization of Blog pages
  182. Урок 182. 00:13:29
    Blog Editor component initialization
  183. Урок 183. 00:10:30
    Creating Bubble menu
  184. Урок 184. 00:07:43
    More formatting options
  185. Урок 185. 00:12:08
    Font Awesome icons
  186. Урок 186. 00:11:06
    Creating Basic menu
  187. Урок 187. 00:13:25
    Display placeholder in Editor
  188. Урок 188. 00:14:25
    Emit value of blog
  189. Урок 189. 00:11:25
    Send a request to save Blog
  190. Урок 190. 00:07:23
    Fetch blog by ID for Edit page
  191. Урок 191. 00:10:06
    Set initial content on Edit page
  192. Урок 192. 00:10:14
    Successful update of Blog
  193. Урок 193. 00:05:50
    Disable save button while saving
  194. Урок 194. 00:08:59
    Handle publish error
  195. Урок 195. 00:11:34
    Slugify Blog title
  196. Урок 196. 00:06:44
    Publish blog & get editor component
  197. Урок 197. 00:06:21
    Get publish blog working
  198. Урок 198. 00:06:16
    Un-Publish blog functionality
  199. Урок 199. 00:12:06
    Fetch user blogs
  200. Урок 200. 00:09:25
    Active tab functionality
  201. Урок 201. 00:10:23
    Display drafts and published blogs
  202. Урок 202. 00:16:14
    Dropdown options in blogs
  203. Урок 203. 00:08:02
    Handle dropdown commands
  204. Урок 204. 00:15:35
    Delete blog functionality
  205. Урок 205. 00:12:56
    Fetch blogs on Blogs page
  206. Урок 206. 00:09:45
    Display published blogs
  207. Урок 207. 00:14:46
    Fetch blog by Slug
  208. Урок 208. 00:14:26
    Editor view component
  209. Урок 209. 00:10:40
    Adds option to feature blog
  210. Урок 210. 00:15:01
    Feature & Un-Feature functionality
  211. Урок 211. 00:18:19
    Fetch featured blogs
  212. Урок 212. 00:09:51
    Inject & Display featured blogs
  213. Урок 213. 00:01:30
    Section introduction
  214. Урок 214. 00:12:39
    Pagination initialization
  215. Урок 215. 00:12:53
    Display initial data with pagination
  216. Урок 216. 00:10:37
    Pagination functionality
  217. Урок 217. 00:10:21
    Persistent pagination
  218. Урок 218. 00:11:24
    Pagination improvements & fetch blogs on home page
  219. Урок 219. 00:01:59
    Section Introduction
  220. Урок 220. 00:12:09
    Create course hero modal
  221. Урок 221. 00:11:18
    Course hero create functionality
  222. Урок 222. 00:16:47
    Display course hero
  223. Урок 223. 00:12:21
    Heroes page & fetch heroes
  224. Урок 224. 00:06:42
    What are Portals ?
  225. Урок 225. 00:10:27
    Display dynamic heroes
  226. Урок 226. 00:08:14
    Activate hero functionality
  227. Урок 227. 00:01:39
    Section Introduction
  228. Урок 228. 00:17:42
    Course editor component
  229. Урок 229. 00:09:28
    Get content to course editor
  230. Урок 230. 00:12:48
    Finaly let's create detail page
  231. Урок 231. 00:05:36
    Product hero component
  232. Урок 232. 00:13:18
    Custom navlink component
  233. Урок 233. 00:03:56
    Navbar improvements
  234. Урок 234. 00:12:51
    Tooltip component
  235. Урок 235. 00:09:11
    Instructor header improvements
  236. Урок 236. 00:05:48
    Scss variables
  237. Урок 237. 00:02:00
    Section Introduction
  238. Урок 238. 00:17:23
    Introduction to SEO
  239. Урок 239. 00:10:10
    SEO Improvements
  240. Урок 240. 00:07:28
    Robots txt and Favicon
  241. Урок 241. 00:08:13
    Finishing up rest of pages
  242. Урок 242. 00:05:34
    Error Page + Footer
  243. Урок 243. 00:11:50
    Deployment part 1
  244. Урок 244. 00:26:20
    Deployment part 2
  245. Урок 245. 00:14:47
    Application Testing
  246. Урок 246. 00:08:19
    Assets Loading Improvements
  247. Урок 247. 00:00:33
    Course Outro