Did Ionic Framework remove the possibility to start without any framework?
>ionic start MyAPP blank
Pick a framework!
Please select the JavaScript framework to use for your new app. To bypass this prompt next time, supply a value for the
--type option.
? Framework: (Use arrow keys)
> Angular | https://angular.io
React | https://reactjs.org
Vue | https://vuejs.org
Even in the docs there is no path to follow without one of these:
What to do in this case?