Search Results for

    Show / Hide Table of Contents

    Before you start

    Install Ionic

    Navigate to the MobileScaffold folder, then run this command to install Ionic:

    $ npm install -g @ionic/cli
    

    Install prerequisite packages

    $ npm install
    

    This command will install

    • all packages defined in package.json
    • all dependency packages in package-lock.json

    Prerequisite knowledge

    You will need an understanding of the following concepts:

    • Angular
    • Ionic
    In This Article
    Back to top Generated by DocFX