🆒 Your use case
Very interesting project @danielroe and the team. Thank you all.
I tried supporting hot reload to a nuxt/ionic project. Here's what I did:
- Installing
@ionic/cli as a dependency. - adding
"ionic:serve": "nuxt dev" command in package.json.
That's it. It worked for me.
It's worth mentioning that when I tried to run the iOS Simulator, I saw this error message from Ionic VSCode Extension.

🆕 The solution you'd like
Supporting Hot Reload in a way that Ionic VSCode understands.
🔍 Alternatives you've considered
No response
ℹ️ Additional info
No response
🆒 Your use case
Very interesting project @danielroe and the team. Thank you all.
I tried supporting hot reload to a nuxt/ionic project. Here's what I did:
@ionic/clias a dependency."ionic:serve": "nuxt dev"command in package.json.That's it. It worked for me.
It's worth mentioning that when I tried to run the iOS Simulator, I saw this error message from Ionic VSCode Extension.
🆕 The solution you'd like
Supporting Hot Reload in a way that Ionic VSCode understands.
🔍 Alternatives you've considered
No response
ℹ️ Additional info
No response