ionic multi-app project using ionic cli 7.1.1 not work
Description:
I want to create a multi-app project, I am guided by the documentation:https://ionicframework.com/docs/cli/configuration#project-structure
I understand that one of the recommended structures is
but it does not work. First, when executing ionic start, the app is created outside apps and second, if I execute ionic start with the --no-deps parameter, it still installs the dependencies.
I am a beginner with using monorepos, but what I understand is that the image structure should be respected: package.json and angular.json in common for all apps.
I've tried using this: https://github.com/ionic-team/ionic-cli/wiki/Angular-Monorepo but running ionic g gives me an error and I can't create anything.
I also tried to use nx with the @nxext/ionic-angular extension but it's horrible the way it works, since there are errors in the app.routing.ts, I can't use ng or ionic
I have also tried creating 2 apps, but it creates 2 complete projects without meeting the objective already described
Can you help me please?
My ionic info: