Relative Content

Tag Archive for vue.jsnuxt.jsnuxt3

Nuxt 3 livechat plugin works on dev but not on production

I have a Nuxt 3 plugin a chat one the file name is chat.client.ts here is the script I have changed the url so that the company name wont be exposed. this code works fine when running on a dev mode but after building it fails

Nuxt 3 dynamic index page routing

How to make the page index routing dynamic? Which folder structure allows to reproduce this behavior?
For example ‘/’, ‘/about’, ‘/register’, etc only for pages/index.vue project directory.
I want create navigation by section scrolling, with no hash mode spa.