Sanjay Tomar
Trying to achive theme base routing in Nuxt3
I am using nuxt3, I want to achieve theme pages. my folder structure is like:
- pages
- (alpha)
- about.vue
- (default)
- about.vue
If my theme is alpha, it should load a page (alpha)/index.vue, if there is no theme it should load (default)/index.vue but i will get the theme from cookies. if cookies theme="alpha" then it renders the page (alpha)/index.vue and url should be loalhost:3000/. theme should not be included in url.
5 replies