2.0.0 • Published 6 years ago

generator-composer-ionic v2.0.0

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

generator-composer-ionic

Build Status

The composer-ionic code generation tool produces Ionic framework hybrid mobile applications, that can interact with blockchains using the Hyperledger Composer framework.

Running the mobile application code generation tool

  1. Install Hyperledger Composer pre-requisites
  1. Install Hyperledger Composer development environment
  1. Install the Composer-Ionic code generation tool using the command: npm install -g generator-composer-ionic
  1. Run the code generation tool using the command: yo composer-ionic
  1. Generated mobile applications can be run in a browser debug mode, by changing into the directory and running the command: npm start
  1. Native platform binaries can be built and run on devices using Apache Cordova