I need my Vue/Nuxt router to take these from the database on the fly, and send the user to the correct component, but i'm simply lost on how i approach this.
Any suggestions/ideas?
The slugs also update pretty often, so statically adding them is pretty much out of question.
Maybe you use something like a "fallback route" or an "open route". In Nuxt it is just a _.vue file in the root folder, then your complete url can be whatever you like without any "prefix".