Ionic Support
-
I notice there is no more Ionic template when creating a new project. Does that mean Monaca no longer support Ionic ?
-
You can create an Ionic project by following procedure.
- Click “Create New Project”
- Click “Framework Templates”
- Select “Angular” (not “AngularJS”)
- Select “Ionic 3 + Angular 5 Starter”
- Click “Create Project”
You may need to modify
monaca:preview
script inpackage.json
to preview the app."scripts": { "ionic:serve": "ionic-app-scripts serve", "monaca:preview": "npm run ionic:serve -- --port 8080", },
You should reload the preview tab every time you build because it seems not support live reload.
Hope it helps,
puku0x