Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
AngularJS Deployment Essentials

You're reading from   AngularJS Deployment Essentials

Arrow left icon
Product type Paperback
Published in Feb 2015
Publisher
ISBN-13 9781783983582
Length 148 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Zachariah Moreno Zachariah Moreno
Author Profile Icon Zachariah Moreno
Zachariah Moreno
Arrow right icon
View More author details
Toc

Configuring your development environment for the Cordova Chrome App toolchain


To begin, you will need to install CCA, a command-line utility that will behave very much like the previously used $ cordova CLI. To do so, run the following commands in your terminal or command-line application:

$ curl -L https://raw.githubusercontent.com/creationix/nvm/master/install.sh | sh
$ source ~/.bash_profile || source ~/.profile || source ~/.bashrc
$ nvm install 0.10
$ nvm alias default 0.10
$ sudo npm install -g cca

This will install the Node Version Manager (NVM) that allows you to use various versions of Node.js on your development environment along with $ cca.

Note

Because the Cordova Chrome App toolchain extends Cordova, all of the dependencies you installed for the previous section are also needed for CCA. If you have skipped the Configuring your development environment for Apache Cordova section, please go back and follow the instructions given there.

Packaging your Angular web application for mobile...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image