Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

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.

    1. Click “Create New Project”
    2. Click “Framework Templates”
    3. Select “Angular” (not “AngularJS”)
    4. Select “Ionic 3 + Angular 5 Starter”
    5. Click “Create Project”

    You may need to modify monaca:preview script in package.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