Ionic
Just a repo that stores frequently used commands from ionic
🚧 Development
Install Ionic CLI globally
This command will install Ionic CLI in your devices so that you can execute commands in terminal.
npm install -g @ionic/cliView commands
This command will list out all commands that you can used with Ionic CLI.
ionic --helpStart ionic in web
This command will run Ionic project in web browser.
ionic serveStart ionic in app
This command will run Ionic project in android emulator (--external) with live reload (-l).
ionic cap run android -l --externalBuild Ionic
This command will generate a build folder from your Ionic project.
Copy
This command will copy codes from web to native platform (IOS/Android)
Sync
This command will synchronise the installed plugins from capacitor with the native platforms (IOS/Android). This command will copy codes from web to native platform (IOS/Android)
📦 Capacitor Plugins
Install plugin
You may find available plugins from capacitor website.
Uninstall plugin
Sync
For detailed explanation, view this.
Last updated
Was this helpful?