1. Урок 1.00:02:50
    Getting to know what Vue.js is and how to install it
  2. Урок 2.00:03:10
    Create our first Vue.js program and display text using it
  3. Урок 3.00:01:29
    Controlling attribute value using Vue.js
  4. Урок 4.00:02:11
    Creating the news reading block used by BBC
  5. Урок 5.00:02:14
    The drawback of our BBC news reading program and the solution: V-FOR directive
  6. Урок 6.00:02:42
    V-FOR in a slightly more complicated application scenario
  7. Урок 7.00:02:33
    Apply V-FOR to the BBC news reading program we created before
  8. Урок 8.00:02:29
    Have you found a problem?
  9. Урок 9.00:01:32
    Introduction to the concept of PROXY
  10. Урок 10.00:01:18
    PROXY also works on methods, meaning you can proxy a method
  11. Урок 11.00:02:00
    How to communicatedbetween VM.data and VM.methods
  12. Урок 12.00:03:37
    Introduction to the V ON directive
  13. Урок 13.00:04:57
    Conditional rendering
  14. Урок 14.00:01:39
    Introduction to V-MODEL
  15. Урок 15.00:02:35
    Using V-MODEL in projects
  16. Урок 16.00:01:30
    Lazy modifier and number modifier
  17. Урок 17.00:04:19
    Using v-model in other tags: textarea, radio button, checked box, etc.
  18. Урок 18.00:02:19
    Creating a list dynamically
  19. Урок 19.00:00:53
    The difference between COMPUTED and FILTER
  20. Урок 20.00:02:30
    Introduction to FILTER
  21. Урок 21.00:02:37
    Introduction to COMPUTED
  22. Урок 22.00:01:54
    Project: reversing letter order using COMPUTED
  23. Урок 23.00:03:19
    Two-way data exchange between DATA and COMPUTED
  24. Урок 24.00:07:18
    Controlling CSS Part 1
  25. Урок 25.00:02:18
    Controlling CSS Part 2
  26. Урок 26.00:03:08
    Project analysis
  27. Урок 27.00:05:24
    Creating the APP
  28. Урок 28.00:01:50
    Introduction to Components
  29. Урок 29.00:06:11
    Registering and installing our first component and component naming rules
  30. Урок 30.00:01:31
    Register a local component
  31. Урок 31.00:01:40
    Introduction to props
  32. Урок 32.00:01:57
    Demonstration of sending data into component using props
  33. Урок 33.00:01:04
    Review of how to use props
  34. Урок 34.00:05:08
    An analysis of how to send data out of a component
  35. Урок 35.00:04:24
    Sending data out of component using $emit() and self-defined event
  36. Урок 36.00:02:07
    Sending multiple values simultanesouly
  37. Урок 37.00:00:58
    Clean a dead corner: using original event on component tags
  38. Урок 38.00:02:57
    The truth of the V-MODEL directive
  39. Урок 39.00:02:58
    Project analysis
  40. Урок 40.00:10:11
    Creating the price calculator
  41. Урок 41.00:02:05
    Introduction to slots
  42. Урок 42.00:01:22
    Using slots in news page
  43. Урок 43.00:03:09
    Named slots
  44. Урок 44.00:03:56
    Data exchange between sibling components Part 1
  45. Урок 45.00:10:18
    Data exchange between sibling components Part 2
  46. Урок 46.00:02:02
    Program analysis
  47. Урок 47.00:07:18
    Generate formatted data and time
  48. Урок 48.00:11:35
    Working on the project Part 1
  49. Урок 49.00:08:05
    Working on the project Part 2
  50. Урок 50.00:04:24
    The .sync modifier
  51. Урок 51.00:01:43
    Custom v-model
  52. Урок 52.00:00:58
    Introduction to scoped slots
  53. Урок 53.00:02:26
    Demonstration of using scoped slots
  54. Урок 54.00:04:03
    Using scoped slots on lists
  55. Урок 55.00:01:35
    is, keep-alive, and v-once
  56. Урок 56.00:01:47
    Retrieving the object representing the component using ref
  57. Урок 57.00:02:30
    Preface
  58. Урок 58.00:02:37
    APT Part 1
  59. Урок 59.00:01:16
    API Part 2
  60. Урок 60.00:07:17
    API Part 3
  61. Урок 61.00:03:26
    API Part 4
  62. Урок 62.00:01:23
    API Part 5
  63. Урок 63.00:01:24
    Try something interesting
  64. Урок 64.00:03:50
    API Part 6
  65. Урок 65.00:02:34
    API Part 7
  66. Урок 66.00:03:28
    API Part 8
  67. Урок 67.00:03:43
    API Part 9
  68. Урок 68.00:02:06
    API Part 10
  69. Урок 69.00:02:01
    API Part 11
  70. Урок 70.00:03:19
    API Part 12
  71. Урок 71.00:03:30
    API Part 13
  72. Урок 72.00:01:36
    Introduction to transition effects
  73. Урок 73.00:02:53
    Make sure you know EXACTLY how to use the transition attribute
  74. Урок 74.00:04:12
    Using transition in Vue programs
  75. Урок 75.00:03:23
    Create your first transition effect
  76. Урок 76.00:02:14
    Adding transition effect to our previous news reading and editing app
  77. Урок 77.00:01:12
    Adding transition effects to dynamic components
  78. Урок 78.00:03:29
    Transition-group: adding transitioning effects to lists
  79. Урок 79.00:01:27
    Introduction to animate.css
  80. Урок 80.00:02:12
    Adding transitioning effects created by animate.css
  81. Урок 81.00:02:25
    Creating transitioning effects using native JS
  82. Урок 82.00:01:58
    JS transition hooks
  83. Урок 83.00:04:13
    Creating a pop-in and out effect using JS hooks
  84. Урок 84.00:01:55
    Creating a transitioning component
  85. Урок 85.00:05:19
    Introduction to render function
  86. Урок 86.00:02:18
    Setting attributes using the RENDER function
  87. Урок 87.00:06:27
    Creating a list using the render function
  88. Урок 88.00:05:17
    Exchanging data using the render function
  89. Урок 89.00:05:05
    Introduction to custom directives
  90. Урок 90.00:03:22
    The binding property used in the directive property
  91. Урок 91.00:01:26
    A short-cut in custom directives
  92. Урок 92.00:01:31
    Introduction to mixin
  93. Урок 93.00:03:37
    Try our first local mixin
  94. Урок 94.00:01:32
    Conflicts with Mixin
  95. Урок 95.00:02:23
    Try global Mixin
  96. Урок 96.00:01:15
    Introduction to Ajax
  97. Урок 97.00:01:26
    The basic structure of an Ajax program
  98. Урок 98.00:08:23
    Sending Ajax requests
  99. Урок 99.00:08:40
    Receiving Ajax responses
  100. Урок 100.00:00:53
    Sending requests using GET
  101. Урок 101.00:03:48
    Complete Ajax Program Part 1: auto refresh using setinterval()
  102. Урок 102.00:03:31
    Complete Ajax Program Part 2: connecting Ajax to database
  103. Урок 103.00:02:14
    Complete Ajax Program Part 3: displaying retrieved data in DOM
  104. Урок 104.00:05:49
    Complete Ajax Program Part 4: fixing loopholes
  105. Урок 105.00:06:39
    Improving Ajax program efficiency
  106. Урок 106.00:02:39
    Introduction to jQuery's Ajax solution
  107. Урок 107.00:05:55
    Creating an Ajax program using jQuery
  108. Урок 108.00:02:41
    jQuery Ajax helper and short-cut methods
  109. Урок 109.00:05:18
    Understanding JSON
  110. Урок 110.00:01:31
    How to connect Vue to PHP and MySQL
  111. Урок 111.00:06:50
    Exchanging data between Vue and PHP
  112. Урок 112.00:05:46
    Connecting Vue to MySQL and display retrieved data
  113. Урок 113.00:04:42
    Connecting Vue with PHP and MySQL using jQuery
  114. Урок 114.00:03:37
    Deleting a row from database table Part 1
  115. Урок 115.00:04:58
    Deleting a row from database table Part 2
  116. Урок 116.00:02:21
    Creating a row in database Part 1: preparing the HTML part
  117. Урок 117.00:05:11
    Creating a row in database Part 2: installing a security filter
  118. Урок 118.00:08:44
    Creating a row in database Part 3: setting PHP and MySQL
  119. Урок 119.00:01:36
    Updating a row Part 1
  120. Урок 120.00:03:00
    Updating a row: setting UI
  121. Урок 121.00:03:39
    Updating a row Part 3: sending data to modal
  122. Урок 122.00:02:17
    Updating a row Part 4: Installing input boxes on modal
  123. Урок 123.00:01:41
    Updating a row Part 5: Installing a data filtering system
  124. Урок 124.00:01:25
    Updating a row Part 6: sending data to PHP
  125. Урок 125.00:01:49
    Updating a row Part 7: saving data to database
  126. Урок 126.00:05:05
    Command Line Crash Course: Mac
  127. Урок 127.00:06:29
    Command Line Crash Course: Windows
  128. Урок 128.00:03:15
    Introduction to NPM
  129. Урок 129.00:06:21
    NPM init and package.json
  130. Урок 130.00:03:01
    Things you must know about packages and dependencies
  131. Урок 131.00:06:13
    Managing packages using NPM
  132. Урок 132.00:02:44
    Installing packages using NPM
  133. Урок 133.00:04:59
    Installing Babel
  134. Урок 134.00:02:19
    Understanding how Babel works
  135. Урок 135.00:07:11
    Using Babel
  136. Урок 136.00:04:39
    Introduction to Webpack
  137. Урок 137.00:06:16
    Bundling JS files into one using Webpack
  138. Урок 138.00:07:11
    Style-loader and CSS-loader
  139. Урок 139.00:06:54
    Configuring Webpack using the webpack.config.js file
  140. Урок 140.00:04:33
    Using file-loader
  141. Урок 141.00:06:53
    Dealing with packages using expose-loader
  142. Урок 142.00:04:05
    Introduction to Webpack Plugin
  143. Урок 143.00:05:03
    Using HTML-Webpack-Plugin
  144. Урок 144.00:04:06
    Clean-Webpack-Plugin and UglifyJS-Webpack-Plugin
  145. Урок 145.00:04:07
    Source map and watch mode
  146. Урок 146.00:04:37
    Webpack-dev-server and Hot Module Replacement(HMR)
  147. Урок 147.00:05:54
    Webpack development config file and production file
  148. Урок 148.00:06:11
    module.exports and ES6 Import/Export
  149. Урок 149.00:06:01
    Tree shaking and deduplication
  150. Урок 150.00:07:50
    On-demand/ Lazy loading
  151. Урок 151.00:10:26
    Introduction to Vue-Cli
  152. Урок 152.00:08:34
    Introduction to .vue files and single file components
  153. Урок 153.00:04:29
    Project: creating a Dutch flag using single components
  154. Урок 154.00:07:27
    Introduction to Vue router and its basic use
  155. Урок 155.00:01:28
    Named router
  156. Урок 156.00:02:55
    Dynamic router
  157. Урок 157.00:01:36
    Redirect
  158. Урок 158.00:03:42
    Lazy loading
  159. Урок 159.00:02:11
    Nested router
  160. Урок 160.00:01:41
    Named router view
  161. Урок 161.00:02:31
    Introduction to VueX
  162. Урок 162.00:02:14
    The common or similar parts between VueX and Vue Router
  163. Урок 163.00:02:56
    Introduction to the five VueX core concepts
  164. Урок 164.00:06:51
    State and Getters
  165. Урок 165.00:03:26
    ...mapState and ...mapGetters
  166. Урок 166.00:01:10
    Using other names in ...mapState and ...mapGetters
  167. Урок 167.00:00:41
    Installing Vue Dev Tool
  168. Урок 168.00:05:48
    Mutations
  169. Урок 169.00:07:04
    Actions
  170. Урок 170.00:01:57
    ...mapMutations and ...mapActions
  171. Урок 171.00:05:23
    VueX Modules
  172. Урок 172.00:03:11
    Introduction to Axios
  173. Урок 173.00:03:51
    Creating a PHP-based backend, setting up a Vue project, and installing Axios
  174. Урок 174.00:06:37
    Sending data using axios.get()
  175. Урок 175.00:04:48
    Sending data using axios.post()
  176. Урок 176.00:03:30
    PathRewrite
  177. Урок 177.00:04:11
    Deal with concurrency (two or more requests sent simultaneously)
  178. Урок 178.00:04:09
    Handling Axios errors
  179. Урок 179.00:05:54
    Axios Interceptors: Request Interceptor
  180. Урок 180.00:01:40
    Axios Interceptors: Response Interceptor
  181. Урок 181.00:02:15
    Axios Interceptor: intercepting errors
  182. Урок 182.00:02:06
    Introduction to how to upload using Axios
  183. Урок 183.00:03:09
    Introduction to how to upload using PHP
  184. Урок 184.00:05:16
    Upload demonstration
  185. Урок 185.00:00:34
    Upload security
  186. Урок 186.00:03:26
    Controlling file size
  187. Урок 187.00:03:35
    Controlling file type
  188. Урок 188.00:03:45
    Renaming uploaded files
  189. Урок 189.00:02:43
    Creating new directories for uploaded files automatically
  190. Урок 190.00:05:53
    Final adjustments
  191. Урок 191.00:08:13
    Uploading files using Axios: uploading one file at a time
  192. Урок 192.00:04:05
    Uploading files using Axios: uploading multiple files simultaneously
  193. Урок 193.00:07:09
    Showing upload progress
  194. Урок 194.00:02:58
    Creating a progress bar
  195. Урок 195.00:01:37
    Custom Axios instance
  196. Урок 196.00:06:59
    Improve our previous program
  197. Урок 197.00:03:27
    Add a new functionality and fix a small problem
  198. Урок 198.00:01:54
    Why you need to learn a UI library
  199. Урок 199.00:01:21
    Installing iView
  200. Урок 200.00:05:19
    Try your first component and load iView components on-demand
  201. Урок 201.00:05:30
    Internationalization and the Button component
  202. Урок 202.00:02:05
    iView Theme Customization
  203. Урок 203.00:03:54
    Switch and Slider
  204. Урок 204.00:01:56
    Message
  205. Урок 205.00:02:48
    Table
  206. Урок 206.00:02:03
    Carousel
  207. Урок 207.00:01:16
    Porgress
  208. Урок 208.00:04:12
    Upload
  209. Урок 209.00:05:50
    Part 1
  210. Урок 210.00:02:12
    Part 2
  211. Урок 211.00:02:07
    Part 3
  212. Урок 212.00:02:10
    Part 4
  213. Урок 213.00:04:04
    Assignment-by-value VS. assignment-by-reference
  214. Урок 214.00:03:54
    Scope, hoisting and undeclared variables
  215. Урок 215.00:05:22
    Scope chain and JS garbage collection
  216. Урок 216.00:04:42
    Closure
  217. Урок 217.00:03:47
    Instantly Invoked Function Expression and its application in creating closure
  218. Урок 218.00:03:42
    Understanding THIS
  219. Урок 219.00:02:25
    bind, apply and call
  220. Урок 220.00:01:40
    Wrapper Object
  221. Урок 221.00:04:53
    NodeJS introduction
  222. Урок 222.00:06:04
    Express introduction and basic skills
  223. Урок 223.00:02:00
    Receiving value sent in URL via req.query and req.params
  224. Урок 224.00:04:57
    Handling posted data
  225. Урок 225.00:06:05
    Using middleware
  226. Урок 226.00:03:46
    Error-handling middleware
  227. Урок 227.00:03:32
    Next(), next('route') and next('router')
  228. Урок 228.00:02:01
    Router-level middleware and next('router')
  229. Урок 229.00:03:49
    Express Generator
  230. Урок 230.00:03:07
    Handling static files
  231. Урок 231.00:06:16
    Handling Cookies in Express
  232. Урок 232.00:02:17
    Signed Cookie
  233. Урок 233.00:03:26
    Session
  234. Урок 234.00:04:36
    Introduction to the MySQL package
  235. Урок 235.00:05:56
    Retrieving data from database
  236. Урок 236.00:04:17
    Updating data from database
  237. Урок 237.00:02:30
    Creating new row in database
  238. Урок 238.00:03:05
    Delete data from database
  239. Урок 239.00:07:30
    Connecting Vue to Express
  240. Урок 240.00:07:23
    Exchanging data between Vue and Express
  241. Урок 241.00:04:21
    Display retrieved data using Vue and UI library
  242. Урок 242.00:05:15
    How to delete Part 1
  243. Урок 243.00:06:00
    How to delete Part 2
  244. Урок 244.00:09:59
    How to create new rows
  245. Урок 245.00:09:35
    How to update rows
  246. Урок 246.00:05:47
    Vue CLI 3
  247. Урок 247.00:02:33
    Automatic plugin configuration
  248. Урок 248.00:02:46
    Vue UI
  249. Урок 249.00:06:28
    Customize output
  250. Урок 250.00:03:45
    Set up the project
  251. Урок 251.00:04:49
    Project root directory analysis
  252. Урок 252.00:00:53
    App design
  253. Урок 253.00:02:50
    Create the app Part 1
  254. Урок 254.00:03:50
    Create the app Part 2
  255. Урок 255.00:04:19
    Project wrap-up
  256. Урок 256.00:03:35
    What is Nuxt?
  257. Урок 257.00:04:44
    Setting up Nuxt and what are in its root directory
  258. Урок 258.00:04:02
    Nuxt Components and Pages
  259. Урок 259.00:03:32
    Working with Nuxt plugins
  260. Урок 260.00:04:57
    Nuxt route, validate and nested route
  261. Урок 261.00:05:23
    Nuxt middleware
  262. Урок 262.00:04:49
    Controlling view layout using Layouts and app.html
  263. Урок 263.00:07:41
    Handling static files in the assets directory and static directory
  264. Урок 264.00:01:15
    The backend program
  265. Урок 265.00:04:47
    Retrieving data using asyncData
  266. Урок 266.00:02:21
    VueX
  267. Урок 267.00:03:44
    The fetch method
  268. Урок 268.00:02:34
    nuxtServerInit
  269. Урок 269.00:03:58
    Set up the project and install and configure plugins
  270. Урок 270.00:06:51
    Create the app homepage
  271. Урок 271.00:01:25
    Using dynamic data
  272. Урок 272.00:06:00
    Bring components into the picture: "componentizing" header and footer
  273. Урок 273.00:03:55
    MUST WATCH: Bring Layouts into the picture
  274. Урок 274.00:04:34
    Bring VueX into the picture
  275. Урок 275.00:00:38
    Create the detail page
  276. Урок 276.00:08:01
    Nested routes: one parent comp. and three child components
  277. Урок 277.00:02:18
    Universal CSS
  278. Урок 278.00:05:01
    Transition effects
  279. Урок 279.00:07:06
    Controlling page title and META tags using head()
  280. Урок 280.00:02:14
    Validating user-submitted data
  281. Урок 281.00:05:03
    MUST WATCH:Custom error page and validating user-submitted data using middleware