A whole load of packages with a version number ending in -rc.1 were released in the “Ionic CLI” repository.
I kept quiet about it as I didn’t want to flood the devs with reports, but as they posted about it on the official Ionic Twitter account I think it is safe to post this here now as well:
So, to install a RC of Ionic CLI 4 use this command:
I think the answer to almost every question is: still being finalized. But for example, you can just load ion-grid and ion-col, nothing else. Or you can just add one ionicon, nothing else. So you’ll be able to Frankenstein together an app using the framework you want and the Ionic components you want. That’s part of why loading and execution will probably be a lot faster.
That’s kindof what I figured. I’m using 4.0 with no problems besides 1.
After running ionic serve then closing out w/CTRL+C, I sometimes have to restart my ide to run serve again. Otherwise it fails, throwing a message that says serve is already running.
Answer to all those: @ionic/core is a thing that includes all the Ionic UI components that can be used in any JS app. You develop whatever way you want with those tools - but use Ionic UI stuff inside.
Just took a look and the most recent posted issue is exactly that, so it looks like somone beat me to it. Should I post anyways to show it’s not an isolated event?