Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build a News Feed with Nuxt 2 and Firestore, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:59
    Required Tools
  • Урок 2. 00:01:52
    Create Project with create-nuxt-app
  • Урок 3. 00:03:37
    Integrate Vue Material with App
  • Урок 4. 00:03:23
    Generate Vue Material Theme (App Color Scheme)
  • Урок 5. 00:04:57
    Get API Key from NewsAPI, asyncData to Fetch Top Headlines
  • Урок 6. 00:01:47
    Proxy Axios Requests with Nuxt Proxy Module
  • Урок 7. 00:04:28
    Style Headlines with Card Components
  • Урок 8. 00:02:15
    Preventing Errors - Changing 'to' to '$router.push' for Route Changes
  • Урок 9. 00:03:07
    Add Login / Register Pages, Create Navbar
  • Урок 10. 00:04:31
    Create Vuex Store, Use fetch to Put Headlines in Store
  • Урок 11. 00:07:47
    Select Headlines by News Category
  • Урок 12. 00:05:38
    Select Headlines by Country
  • Урок 13. 00:06:33
    Register New Users with Firebase REST API
  • Урок 14. 00:03:12
    Disable Form upon Registration, Redirect Home upon Successful Auth
  • Урок 15. 00:02:11
    Add Navigation Guards using Middleware
  • Урок 16. 00:05:20
    Form Validation with Vuelidate
  • Урок 17. 00:03:13
    Create Avatar upon Register and Display User Data in Navbar
  • Урок 18. 00:04:14
    Setup Firestore as a Plugin, Add User Data to Firestore Database
  • Урок 19. 00:04:31
    Add Login Form / Functionality, Query Logged In User Data from Firestore
  • Урок 20. 00:10:44
    Manage User Sessions with Cookies / Local Storage, Create Logout Functionality
  • Урок 21. 00:07:17
    Create Ability to Bookmark Headlines, Add Bookmarks to User's Feed
  • Урок 22. 00:02:25
    Add Listener .onSnapshot to Personal Feed
  • Урок 23. 00:02:29
    Add Markup for Empty State in Personal Feed
  • Урок 24. 00:02:58
    Delete Headlines from Personal Feed
  • Урок 25. 00:04:37
    Create Individual Headline Page, Slugify Headline Titles
  • Урок 26. 00:07:46
    Save and Display Individual Headlines
  • Урок 27. 00:07:02
    Add Ability to Send Comments
  • Урок 28. 00:05:02
    Fetch Comments with Headline, Display Comments
  • Урок 29. 00:05:56
    Like Comments and Order Comments by Like Count
  • Урок 30. 00:02:50
    Get Headlines by News Source
  • Урок 31. 00:07:15
    Query Headlines by Search Terms, Date, and Criteria
  • Урок 32. 00:03:35
    Use Date-Fns and Vue Filters to Format Headline / Comment Dates
  • Урок 33. 00:03:00
    Use CSS Transitions upon Route Change
  • Урок 34. 00:03:41
    Add Default Image to Headlines without Media
  • Урок 35. 00:06:58
    Removing Nuxt Store Warning; Migrating from Nuxt 2 to Latest Version
  • Урок 36. 00:06:16
    Seamless App Deployment with Heroku
  • Урок 37. 00:00:30
    Bonus Lecture