Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Vue.js: Build a Full Stack App With Firebase, Vuex & Router, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:52
    Introduction
  • Урок 2. 00:02:49
    What you will need for this course
  • Урок 3. 00:00:40
    Section intro
  • Урок 4. 00:06:10
    Project setup using the Vue-CLI
  • Урок 5. 00:04:34
    Header and Footer components
  • Урок 6. 00:07:40
    Home page component
  • Урок 7. 00:05:14
    Styling our components
  • Урок 8. 00:08:03
    Creating the menu component
  • Урок 9. 00:05:34
    Looping through menu items
  • Урок 10. 00:04:57
    Pushing orders to an array
  • Урок 11. 00:06:02
    Adding the shopping basket
  • Урок 12. 00:05:06
    Making the shopping basket dynamic
  • Урок 13. 00:05:27
    Shopping basket methods
  • Урок 14. 00:07:40
    Structuring the admin section
  • Урок 15. 00:05:47
    Listing current orders
  • Урок 16. 00:07:51
    Add new pizza component
  • Урок 17. 00:06:38
    Form input bindings
  • Урок 18. 00:00:52
    Section outro
  • Урок 19. 00:00:46
    Section intro
  • Урок 20. 00:09:23
    Setting up our Firebase database
  • Урок 21. 00:06:14
    Adding the login component
  • Урок 22. 00:03:46
    Enable Firebase authentication
  • Урок 23. 00:08:01
    Signing in and out
  • Урок 24. 00:05:58
    Final components
  • Урок 25. 00:00:36
    Section outro
  • Урок 26. 00:00:37
    Section intro
  • Урок 27. 00:03:15
    Router installation & setup
  • Урок 28. 00:06:23
    Creating our routes
  • Урок 29. 00:04:30
    Router link in more detail
  • Урок 30. 00:04:42
    Binding and dynamic routes
  • Урок 31. 00:03:23
    History and hash modes
  • Урок 32. 00:02:04
    Catch all routes and redirecting
  • Урок 33. 00:07:49
    Nested routes
  • Урок 34. 00:03:49
    Nested router view
  • Урок 35. 00:05:12
    Adding names to routes
  • Урок 36. 00:05:09
    Router navigation methods
  • Урок 37. 00:06:22
    Global navigation guards
  • Урок 38. 00:04:15
    Component guards
  • Урок 39. 00:04:04
    Guarding individual routes
  • Урок 40. 00:08:16
    Defining scroll behaviour
  • Урок 41. 00:02:42
    Re-factoring our routes
  • Урок 42. 00:06:26
    Named router views
  • Урок 43. 00:00:38
    Section outro
  • Урок 44. 00:00:52
    Section intro
  • Урок 45. 00:02:44
    What is Vuex?
  • Урок 46. 00:04:07
    Installation and file structure
  • Урок 47. 00:05:41
    Initial state and accessing the store
  • Урок 48. 00:06:26
    Improving store access with getters
  • Урок 49. 00:08:34
    Changing state with mutations
  • Урок 50. 00:02:06
    What are actions?
  • Урок 51. 00:04:23
    Setting the user with actions
  • Урок 52. 00:07:59
    Dispatching actions
  • Урок 53. 00:05:02
    Mapping getters
  • Урок 54. 00:08:18
    Splitting our store into separate files
  • Урок 55. 00:10:31
    Using modules
  • Урок 56. 00:00:50
    Section outro
  • Урок 57. 00:00:49
    Section intro
  • Урок 58. 00:08:40
    Binding Vuex to Firebase
  • Урок 59. 00:04:08
    Sync orders with Firebase
  • Урок 60. 00:07:38
    Displaying orders in the admin section
  • Урок 61. 00:03:59
    Adding keys to lists
  • Урок 62. 00:07:12
    Removing items from the database
  • Урок 63. 00:03:14
    Hiding the admin from unauthorised users
  • Урок 64. 00:04:15
    Firebase read/write rules
  • Урок 65. 00:04:42
    Calculating the basket total
  • Урок 66. 00:06:15
    Global currency filter
  • Урок 67. 00:06:57
    Finishing touches
  • Урок 68. 00:00:36
    Section outro
  • Урок 69. 00:02:19
    Important Update: Babel syntax dynamic import
  • Урок 70. 00:04:01
    What is code splitting and lazy loading?
  • Урок 71. 00:06:32
    Async components
  • Урок 72. 00:05:00
    Lazy loading with the vue router
  • Урок 73. 00:02:54
    Grouping components into the same chunk
  • Урок 74. 00:08:51
    Lazy loading with conditional rendering
  • Урок 75. 00:01:58
    Thank you