I have an Nx v15.9.2 workspace, to which I added a nestjs server using nx g @nrwl/nest:app my-nest-app
.
I want to add an ionic project to my nx workspace, but I haven't found a good way to do this. I checked certain tutorials online, such as: this tutorial (uses @nrwl/angular
) and this tutorial (that uses @nxtend/ionic-angular
from https://nxtend.dev/ plugins that focuses on enabling Ionic and Capacitor development in an Nx workspace) but the tutorials and plugins are outdated and don't work with Nx v15 workspace.
How can I create an ionic (Capacitor) project to my existing nx workspace?