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