In this post, we will create a portfolio page that displays projects in a gallery format. When clicked, a modal window will appear with a brief description.
Memory can fade or sometimes become distorted over time. Keeping records helps complement those memories, allowing you to reflect on your growth and systematically accumulate your experiences.
In this post, we will create a portfolio page that displays projects in a gallery format. When clicked, a modal window will appear with a brief description.
The post page is a screen that displays blog content individually, serving as a core space for interaction with users. It includes the title, author, body, images, and comments. In this guide, we will create a post page, customize an image component, and even build a gallery component.
This article introduces how to create a blog post list page. It covers implementing the blog.vue page component along with PostList and PostCard components using Nuxt 3 features, setting up i18n, and applying the facade pattern to fetch data asynchronously.
Learn how to create a polished index page introducing the author, with a hero and snaps section, plus SEO optimization using the Nuxt SEO module.
This time, we will develop common layout components such as Header, Footer, and Page. Along with this, we'll create and integrate a Language Switcher, Theme Switcher, and shared components like Button and Link into the layout.