Coding Shorts: Nuxt without Nuxt - Paged Based Routing and Layouts

Опубликовано: 30 Сентябрь 2024
на канале: Shawn Wildermuth
344
23

After the first video in this series using unplugin's auto routing, I found out it was incompatible with several of these other plugins. So, in try 2, I show you how to use page-based routing and layouts in your Vue projects. Let's see how it works!

My new Vue 3 course is starting April 2nd. See more here:
- https://shawnl.ink/paced-vue

00:00 Introduciton
02:24 The Project
03:31 Adding the Pages Plugin
05:10 Modifying the Routes
05:42 Parameterized Routes
07:45 Adding Metadata
09:13 Layouts
12:51 Wrapping Up

If you like this video, you might like other videos in my Instructional Videos:
-    • Instructional Videos  

Source code:

https://github.com/shawnwildermuth/co...