1 npm -v                   #显示版本,检查npm 是否正确安装。
2 npm install express      #安装express模块
3 npm install -g express   #加上 -g 启用global安装模式
4 npm list                 #列出已安装模块
5 npm show express         #显示模块详情
6 npm update               #升级所有套件
7 npm update express       #升级指定的模块
8 npm uninstall express    #删除指定的模块

 

Jsdom 安装流程 

http://www.cnblogs.com/kaynet/p/3463731.html

 

PhoneGap 安装流程

学习地址:

PhoneGap推酷

PhoneGap中国

phonegap 开发案例 :

phonegap WebApp :

------------------------------------------------------

 

http://www.cnblogs.com/JustRun1983/p/3819433.html

http://www.it165.net/pro/html/201407/16975.html

http://www.cnblogs.com/aibo/p/3416300.html

http://www.cnblogs.com/zhoujg/p/3401998.html

http://www.shaoqun.com/a/82641.aspx

PhoneGap 安装体验

安装报错问题解决方案,如下:

1:An error occurred while listing Android targets

安装Android SDK,把%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools加到【系统Path环境变量】中,不然会报Error: An error occurred while listing Android targets错。 

【记住】 如果是win8用户,配置好了,记得重启一下电脑,环境变量可能才会有效果

 

Cordova3.4 环境搭建与开发入门(以android平台为例)

http://lzw.me/a/cordova3-4-getting-started-by-android-demo.html

 

 

Android开源项目分类汇总:http://blog.csdn.net/wonghoman/article/details/38416211#t2

 

相关文章:

  • 2018-05-22
  • 2021-09-21
  • 2021-08-06
  • 2021-10-03
  • 2021-08-29
  • 2021-10-19
  • 2021-12-23
  • 2021-09-05
猜你喜欢
  • 2021-10-19
  • 2021-11-12
  • 2021-11-07
  • 2021-04-21
  • 2022-01-21
  • 2021-08-17
  • 2021-08-17
  • 2020-10-16
相关资源
相似解决方案