ngx-rocket / generator-ngx-rocket

:rocket: Extensible Angular 14+ enterprise-grade project generator
https://ngx-rocket.github.io/
MIT License
1.53k stars 217 forks source link

Ionic 4 cli commands #510

Closed raminnoodle closed 4 years ago

raminnoodle commented 4 years ago

I'm submitting a...

Current behavior

Missing Ionic cli commands for Ionic 4.

Expected behavior

Would be great to be able to use the ionic cli commands with this. I would even pay for this feature to be implemented or for someone to give me a solution. Having to build my project just to run the cordova command to run the app takes so long. With commands like ionic cordova emulate --lc it speeds up development so much with being able to live reload the code and view the console.log within the terminal.

sinedied commented 4 years ago

Did you try running ionic init on the project folder, then using ionic cordova emulate --lc?

Ionic CLI is built on top of Angular CLI, so there might chance that there is nothing (or very little) to do to make an ngx generated project compatible with Ionic CLI.