摘要: npm常用命令 1.npm init 初始化当前应用包,生成package.json 2.npm install 根据package.json下载所有依赖包 3.npm install packageName --save 下载某个运行时依赖包 4.npm install packageName - 阅读全文
posted @ 2017-04-02 21:00 面向对象编程=3= 阅读(1894) 评论(0) 推荐(0) 编辑