Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn Laravel Vuejs from scratch - Build a TESLA web app, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:59
    1-Tools required
  2. Урок 2. 00:01:09
    2-Downloading required tools
  3. Урок 3. 00:04:20
    3-Setting up project
  4. Урок 4. 00:02:25
    4-Connecting blade with vue
  5. Урок 5. 00:13:49
    5-Todos CRUD
  6. Урок 6. 00:08:39
    6-Creating components
  7. Урок 7. 00:03:32
    7-Setting up fontawesome
  8. Урок 8. 00:05:45
    8-Adding todo items
  9. Урок 9. 00:13:45
    9-Displaying todo items
  10. Урок 10. 00:03:44
    10-Marking todos as completed
  11. Урок 11. 00:02:48
    11-Deleting todos
  12. Урок 12. 00:03:08
    1-Installing vue-cli and creating the project
  13. Урок 13. 00:05:01
    2-Designing the navbar component
  14. Урок 14. 00:04:19
    3-Designing the promo component
  15. Урок 15. 00:11:08
    4-Designing the Specifications component
  16. Урок 16. 00:06:10
    5-Designing the interior and Car core features component
  17. Урок 17. 00:02:40
    6-Designing the order now component
  18. Урок 18. 00:00:54
    7- Project Summary
  19. Урок 19. 00:05:50
    1-Creating and setting up the project
  20. Урок 20. 00:06:41
    2-Setting up vue router
  21. Урок 21. 00:01:51
    3-Setting up vuetify
  22. Урок 22. 00:03:00
    4-Designing the navbar component
  23. Урок 23. 00:18:58
    5-Implementing the Model, View and Controller for categories
  24. Урок 24. 00:01:37
    6-Add category route and button
  25. Урок 25. 00:05:52
    7- Designing the category form
  26. Урок 26. 00:01:11
    8- Connecting the category form with the state of the component
  27. Урок 27. 00:13:42
    9- Implementing the store category function for submitting the form
  28. Урок 28. 00:04:24
    10- Implementing the delete category function
  29. Урок 29. 00:08:10
    11- Designing the edit category component and implementing the edit category fun
  30. Урок 30. 00:03:20
    12- Implementing the products model and controller
  31. Урок 31. 00:05:42
    13- Designing the Add Product component
  32. Урок 32. 00:08:49
    14- Submitting the product form
  33. Урок 33. 00:10:05
    15- Implementing the Products browse page
  34. Урок 34. 00:03:42
    16 - Deleting Products
  35. Урок 35. 00:14:39
    17- Editing products
  36. Урок 36. 00:11:40
    18- Designing the client AppNavigator and HomePage component
  37. Урок 37. 00:01:20
    19- Configuring things in web php file
  38. Урок 38. 00:07:41
    20- Designing the Login component
  39. Урок 39. 00:12:21
    21- Setting up laravel sanctum and submitting the login form
  40. Урок 40. 00:03:07
    22- Implementing the logout button
  41. Урок 41. 00:11:01
    23- Switching the AppNavigator based on authentication
  42. Урок 42. 00:04:44
    24- Setting a relationship between the products and categories
  43. Урок 43. 00:21:47
    25- Adding products to a specific category and setting a base url for axios
  44. Урок 44. 00:42:25
    26- Designing the shop component
  45. Урок 45. 00:24:04
    27- Designing Product Details Component
  46. Урок 46. 00:24:57
    28- Designing the Category products component
  47. Урок 47. 00:29:38
    29-Designing the Cart component and setting up vuex for the cart
  48. Урок 48. 00:01:39
    30- Summarizing the project