-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Learning Ionic
By :

Ionic CLI is growing more powerful day-by-day. At the time of writing, the latest version of Ionic CLI is 1.5.5. Since we have been using Ionic CLI 1.5.0 throughout the book, I will be talking about the options from this.
You can log in to your Ionic cloud account in any one of three ways.
First, using a prompt:
ionic login
Second, without a prompt:
ionic login --email [email protected] --password 12345678
Finally, using environment variables. You can set IONIC_EMAIL
and IONIC_PASSWORD
as environment variables and Ionic CLI will pick them up, without prompting. This could be considered a rather unsafe option, as the password would be stored in plain text.
You need to have an Ionic.io account for the authentication to succeed.
First we are going to take a look at the No Cordova flag option.
The Ionic start
task is one of the simplest ways to scaffold a new Ionic application. In this book, we have used Ionic start
to always create...
Change the font size
Change margin width
Change background colour