As I delve into the world of Ionic 4, I find myself pondering how to initiate a new app without relying on Angular. The official guide makes reference to `ionic start` (link: https://ionicframework.com/docs/cli/commands/start/) for this purpose, where you specify the app name and template. However, this command typically generates a project structure geared towards Angular development. I vaguely recall stumbling upon a video tutorial that explains how to utilize Ionic with non-Angular frameworks such as Vue or even no framework at all, but unfortunately, it eludes me now.