- PhoneGap By Example
- Andrey Kovalenko
- 134字
- 2021-07-16 20:36:37
Installing PhoneGap with NPM
We will use NPM (Node Package Manager) for all the future steps. NPM is part of Node.js, so we should already have installed it. Once you've installed Node.js, you can make sure you've got the most recent version of NPM using npm
itself:
$ sudo npm install npm -g
(On Windows, you can drop sudo
, but you should run it as administrator). Running this update will give you the most recent stable version of npm
, also supported by NPM Inc.
So, we got Node.js and NPM installed. Let's install PhoneGap now. Open your command line and run the following command:
$ sudo npm install -g phonegap
Once the installation completes, you can invoke phonegap
on the command line for further help. However, before that, let's understand how PhoneGap is organized.
推薦閱讀
- Boost程序庫完全開發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(第5版)
- Learn TypeScript 3 by Building Web Applications
- Java EE 6 企業(yè)級應(yīng)用開發(fā)教程
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- jQuery EasyUI網(wǎng)站開發(fā)實(shí)戰(zhàn)
- 趣學(xué)Python算法100例
- Apache Hive Essentials
- Learn Programming in Python with Cody Jackson
- GitLab Repository Management
- Ray分布式機(jī)器學(xué)習(xí):利用Ray進(jìn)行大模型的數(shù)據(jù)處理、訓(xùn)練、推理和部署
- 征服RIA
- Android底層接口與驅(qū)動開發(fā)技術(shù)詳解
- Python算法從菜鳥到達(dá)人
- Python編程:從入門到實(shí)踐
- Learning AngularJS for .NET Developers