The Vue.js Master Class 2024 Edition
INCLUDED IN YEARLY/ LIFETIME PLANS

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Make the Project Page Template Dynamic

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