The Wayback Machine - https://web.archive.org/web/20201128201158/https://github.com/yangchengit/ionic-cli
Skip to content
master
Go to file
Code
This branch is 99 commits ahead, 2895 commits behind ionic-team:develop.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 

README.md

Ionic-Cli

The Ionic Framework command line utility makes it easy to start, build, run, and emulate Ionic apps. In the future, it will also have support for our mobile development services and tools that make Ionic even more powerful.

Installing

$ sudo npm install -g ionic

Starting an Ionic App

$ ionic start myApp

Adding a platform target

$ ionic platform ios android

Building your app

$ ionic build ios

Emulating your app

$ ionic emulate ios

Running your app

$ ionic run ios

Ionic uses Cordova underneath, so you can also substitute Cordova commands to prepare/build/emulate/run, or to add additional plugins.

Note: we occasionally anonymous usage statistics to the Ionic team to make the tool better.

About

The Ionic Framework command line utility

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.