Iverson Pereira
Results
2
issues of
Iverson Pereira
I have two nuxt applications: `main-app` and `sub-app`. `main-app: localhost:3000` `sub-app: localhost:3001` In my sub-app I have one route `/pages/item/_id.vue` that was mapped in main-app. E.g from main-app: `localhost:3000/item/1` When...
I have two projects in different repositories: main-app and sub-app (both nuxt app). I already configurated based on your examples, but when building and start the applications the resources of...