The Vue.js Master Class 2024 Edition
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

Make the Project Page Template Dynamic

🚧 PLEASE NOTE: This masterclass is built with the Options API
vuejs-masterclass

The Composition API Masterclass is coming soon!

To wrap up the project page, it's time to make the template fully dynamic. We'll use Vue's mustache syntax to inject dynamic values right into the template. Along the way, we realized we missed an important column in the projects table, so we'll add that, run the migrations, update the seeder, and regenerate the types to keep everything in sync with our database.

Links