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