Stousn / Ionic-Electron-iOS-macOS-app-scaffolding

Scaffolding Script to initialize an Ionic and Electron Cross-Platform application that targets iOS and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic/Electron iOS & macOS app scaffolding

Scaffolding Script to initialize an Ionic and Electron Cross-Platform application that targets iOS and macOS

Execution

Just run the script
./init.sh

Prerequesites

  • BASH
  • node / npm (latest stable / lts version recommended)
  • Git

Tested with

  • macOS Mojave
  • Linux Mint 19.1 "Tessa"

Error handling

  • Recently a bug within a dependency of Ionic caused the script to run endlessly (see ionic-team/ionic-cli#4158)
  • If this happens to you, run the following commands first:
    • npm uninstall -g ionic
    • npm uninstall -g cordova

About

Scaffolding Script to initialize an Ionic and Electron Cross-Platform application that targets iOS and macOS

License:MIT License


Languages

Language:Shell 100.0%