Mini Map
Search
⌘ K
Log In
Building a Medium Clone With Vue 3
0%
1.
Getting Started
Introduction
Structure of a Vue Project
Creating the Navbar Component
Implementing Vue Router
Conclusion
Quiz: Getting Started
2.
Login, Register, and Home Screen
Adding Footer
Create Register Screen
Create Login Screen
Create Home Screen
Create Settings Screen
Conclusion
Quiz: Login, Register and Home Screen
3.
User Authentication
User Authentication with Vuex
Creating User Module for Vuex Store
Login Configuration
Updating UI Based on User Authentication
Implementing Logout Functionality
Conclusion
Quiz: User Authentication
Project
Premium
Authentication With Vue.js Using Auth0
4.
Implement Dynamic Article List and Profile Page
The Separate Article Preview Component
Fetching Article Data using Vuex
Fetching Article Feed Based on Tabs
Implementing Profile Page
Conclusion
Quiz: Implement Dynamic Article List and Profile Page
5.
Appendix
Installation Instructions
Home
/
Courses
/
Building a Medium Clone With Vue 3
Conclusion
Wrap up the second chapter.
We'll cover the following...
In this chapter, we implemented a footer for all
...