-
Урок 1. 00:05:09Introduction
-
Урок 2. 00:01:16What is Vuetify?
-
Урок 3. 00:05:37Editor & Software Setup
-
Урок 4. 00:00:53Install Node.js & Vue CLI
-
Урок 5. 00:02:28Create a Vue Project & Add Vuetify
-
Урок 6. 00:03:49Folder & File Structure
-
Урок 7. 00:01:15Install Vue Devtools on Chrome
-
Урок 8. 00:02:14Vue.js Basics
-
Урок 9. 00:00:30Clean up the Project
-
Урок 10. 00:01:05Start with a Wireframe
-
Урок 11. 00:03:15Setup the Drawer
-
Урок 12. 00:03:58Setup Pages & Routes
-
Урок 13. 00:02:59Get Pages Ready
-
Урок 14. 00:02:41Header Styles
-
Урок 15. 00:02:06Replace Image & Title
-
Урок 16. 00:02:27Create a List of Tasks
-
Урок 17. 00:03:46Add a Data Property for the Tasks
-
Урок 18. 00:06:56Mark Task as Done
-
Урок 19. 00:02:52Delete Task
-
Урок 20. 00:06:46Add Task
-
Урок 21. 00:05:01No Tasks Fallback
-
Урок 22. 00:06:07What is Vuex?
-
Урок 23. 00:01:28Move Tasks into Vuex Store
-
Урок 24. 00:05:00Move addTask() Method into Vuex Store
-
Урок 25. 00:01:25Move doneTask() Method into Vuex Store
-
Урок 26. 00:01:36Move deleteTask() Method into Vuex Store
-
Урок 27. 00:00:59Why Use Child Components?
-
Урок 28. 00:04:30Create Add Task Field Child Component
-
Урок 29. 00:01:43Create Task List Child Component
-
Урок 30. 00:03:20Create Task Child Component
-
Урок 31. 00:02:40Create “No Tasks” Child Component
-
Урок 32. 00:04:27Create a Snackbar Component
-
Урок 33. 00:04:01Show Snackbar when Task Added
-
Урок 34. 00:01:49Show Snackbar when Task Deleted
-
Урок 35. 00:02:12Make the Snackbar Text Dynamic
-
Урок 36. 00:03:12Allow Snackbars to be Shown in Quick Succession
-
Урок 37. 00:01:53Allow Snackbar to be Dismissed
-
Урок 38. 00:03:48Show a “Prompt to Delete” Dialog
-
Урок 39. 00:02:33Customize Dialog and Show on Delete Click
-
Урок 40. 00:02:07Delete the Task when “Yes” Button Clicked
-
Урок 41. 00:01:29Close the Dialog on “No” Click
-
Урок 42. 00:02:54Add a Task Menu
-
Урок 43. 00:02:22Add the Menu Items & Icons
-
Урок 44. 00:02:23Handle Clicks
-
Урок 45. 00:03:33Delete Task
-
Урок 46. 00:03:08Create the Dialog
-
Урок 47. 00:01:44Display Current Task Title in Dialog
-
Урок 48. 00:03:42Save the Task
-
Урок 49. 00:01:46Close the Dialog
-
Урок 50. 00:04:13Field Validation
-
Урок 51. 00:04:01Add Task Field Validation
-
Урок 52. 00:01:26Show a Snackbar
-
Урок 53. 00:04:10Setup the Data & Styles
-
Урок 54. 00:03:40Filter the Date with date-fns
-
Урок 55. 00:03:38Create the Dialog
-
Урок 56. 00:02:05Show Dialog and Select Current Date
-
Урок 57. 00:04:24Save Due Date & Close Dialog
-
Урок 58. 00:01:56Add the Search Field
-
Урок 59. 00:03:55Improve the Style
-
Урок 60. 00:01:32Close the Search Field
-
Урок 61. 00:02:02Open on Focus, Close on Blur
-
Урок 62. 00:02:04Add Animation
-
Урок 63. 00:02:28Only Close if Empty
-
Урок 64. 00:03:39Fix Header Issues
-
Урок 65. 00:03:26Hook it up to Vuex State
-
Урок 66. 00:05:22Create a Getter to Filter the Tasks
-
Урок 67. 00:03:33Create a Live Date & Time Component
-
Урок 68. 00:02:12Show the Real Date
-
Урок 69. 00:02:19Display Full Date & Time and Make it Live
-
Урок 70. 00:03:04Add an Image
-
Урок 71. 00:01:51Add an Avatar
-
Урок 72. 00:03:02Add Name & Username
-
Урок 73. 00:03:52Show the Drawer by Default on Tablet & Above
-
Урок 74. 00:01:46Set a Base Page Title
-
Урок 75. 00:04:01Add Page Name to Title on Route Change
-
Урок 76. 00:03:55Environment Variable for App Title
-
Урок 77. 00:01:27Use Environment Variable in HTML Page & Router
-
Урок 78. 00:02:03Use the Environment Variable in Our Components (1)
-
Урок 79. 00:02:38Use the Environment Variable in Our Components (2)
-
Урок 80. 00:02:55Add the Sort Handle & Setup State
-
Урок 81. 00:05:19Add Sort Menu Item & Done Sorting Button
-
Урок 82. 00:03:35Install Vue Draggable
-
Урок 83. 00:03:54Add Some Style
-
Урок 84. 00:04:04Update the Vuex State
-
Урок 85. 00:02:55Install Localbase
-
Урок 86. 00:04:42Make Add Task Persist
-
Урок 87. 00:03:25Get Tasks from Localbase on Load
-
Урок 88. 00:05:23Make Done Task Persist
-
Урок 89. 00:02:01Make Update Title Persist
-
Урок 90. 00:01:17Make Due Date Persist
-
Урок 91. 00:01:23Make Delete Task Persist
-
Урок 92. 00:05:10Make Reordering Persist
-
Урок 93. 00:04:46Testing on iOS
-
Урок 94. 00:04:17Testing on Android
-
Урок 95. 00:08:33Fix the Add Task Field
-
Урок 96. 00:02:56Hide Add Task Field on About Page
-
Урок 97. 00:06:44Fix Scrolling Issues
-
Урок 98. 00:01:44Fix the Snackbars
-
Урок 99. 00:03:18Disable Sorting when Searching
-
Урок 100. 00:01:36Build for Production
-
Урок 101. 00:02:38Setup a Local Git Repository
-
Урок 102. 00:01:55Setup a Remote Repository on GitHub
-
Урок 103. 00:05:48Deploy to Netlify
-
Урок 104. 00:01:26Bonus Lecture: What Next? & Learn More from Me
- Категории
- Источники
- Все курсы
- Разделы
- Книги
3 weekends and look at this shitty-vue-todo.netlify.app