Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build Along: Vue3 Time Blocking App, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:53
    Section Overview
  2. Урок 2. 00:11:26
    Building our main application view
  3. Урок 3. 00:04:27
    Creating our weekly calendar
  4. Урок 4. 00:08:14
    Rendering events in our app
  5. Урок 5. 00:01:10
    Section Overview
  6. Урок 6. 00:03:45
    Designing a data store with the Composition API
  7. Урок 7. 00:05:12
    Creating state mutations in our data store
  8. Урок 8. 00:09:08
    Rescheduling events using the Drag & Drop API
  9. Урок 9. 00:08:44
    Using MouseEvents to change the time of events
  10. Урок 10. 00:01:40
    Section Overview
  11. Урок 11. 00:04:34
    Adding state mutations for add event, delete event, and edit calendar
  12. Урок 12. 00:04:47
    Creating our Add Event modal with reusable logic
  13. Урок 13. 00:08:15
    Building our Add Event form and modeling reactive data
  14. Урок 14. 00:09:37
    Implementing our DatePicker component
  15. Урок 15. 00:06:10
    Basic form validation and submitting our Add Event
  16. Урок 16. 00:07:52
    Adding the edit event feature
  17. Урок 17. 00:01:46
    Deleting events from our planner and our store
  18. Урок 18. 00:07:10
    Editing state calendars
  19. Урок 19. 00:01:01
    Section Overview
  20. Урок 20. 00:02:09
    Adding transitions to our modals
  21. Урок 21. 00:02:39
    Adding animations to overlapping events
  22. Урок 22. 00:02:10
    Final look at our app