#Is it possible to create laravel,nuxt3, astro and ionic monorepo ?

4 messages · Page 1 of 1 (latest)

sturdy loom
#

Is it possible to create laravel,nuxt3, astro and ionic monorepo ? Building multiple apps,webs which share similar css and components and all use laravel api. It would be helpful for our dev if they could find everything in 1 monorepo instead of opening multiple project and switching repositories.

late hare
#

Presumably yes--as long as the projects are in different folders (probably with shared code in another folder) I don't see why you would have any problems with it. That is quite the combination of tech though--am I correct in thinking the thing you're sharing across them is mostly Vue components? Or is it more than that?

sturdy loom
#

Yes mostly vue components and some ts functions and types.

#

Awesome! 🎉 Would it be possible for you to share an example or a resource on how to do this? I've been having trouble finding any helpful information on it. 😅