I'm having a site, let's say example.com which shares the layout and few components with subdomain blog.example.com so i want to create common nuxtJS project for this so that the routes and all things will be optimized by nuxtJS, i don't want to create 2 projects for this as there would be repetition of components, how can i achieve this result?
