当前位置:网站首页>npm npm
npm npm
2022-08-01 23:00:00 【爷傲奈我何1】
why
JavaScript项目包管理工具
cnpm tarn 同类型产品
初始项目
npm init
初始化项目,创建package.json的文件
npm init -y
快捷初始化项目 (选项都为yes)
目录解释
package.json
项目包管理文件
package-lock.json
下载缓存地址
node_modules
安装包下载的位置
安装 install 可以简写为 i --save-dev 简写为 -D --save 简写为 -S
全局安装
npm i jquery -g
本地安装
npm i jquery
一次性安装多个
npm i jquery vue
安装开发时依赖包
npm i axios --save-D
安装运行时依赖包
npm i jquery –S
安装该模块到指定版本
npm i jquery @版本号
卸载
卸载jquery
npm uninstall jquery
别名(简写) uninstall ->remove-> r
更新
更新jquery
npm update jquery
别名update -> up
边栏推荐
- E - Integer Sequence Fair
- 萍不回答
- From 0 to 100: Notes on the Development of Enrollment Registration Mini Programs
- 毕业作业
- Ten years after graduation, financial freedom: those things that are more important than hard work, no one will ever teach you
- 如何给 UE4 场景添加游戏角色
- 【数据分析03】
- 小程序毕设作品之微信体育馆预约小程序毕业设计成品(3)后台功能
- 毫秒级!千万人脸库快速比对,上亿商品图片检索,背后的极速检索用了什么神器?
- 浅析多服务在分布式系统下多事务通信处理机制方案
猜你喜欢
03. GO language variable definition, function
System availability: 3 9s, 4 9s in SRE's mouth... What is it?
Prufer sequence
2022 edition of MySQL tutorial, top collection good, take your time
Flutter基础学习(一)Dart语言入门
如何给 UE4 场景添加游戏角色
从0到1:图文投票小程序设计与研发笔记
研发团队数字化转型实践
罗克韦尔AB PLC RSLogix5000中的比较指令使用方法介绍
移动端人脸风格化技术的应用
随机推荐
dvwa 通关记录1 - 暴力破解 Brute Force
部门项目源码分享
2022年最新河北建筑八大员(机械员)模拟考试题库及答案
leetcode 204. Count Primes 计数质数 (Easy)
E - Integer Sequence Fair
excel change cell size
perspectiveTransform warpPerspective getPerspectiveTransform findHomography
Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D 题解
ping no reply
Mini Program Graduation Works WeChat Food Recipe Mini Program Graduation Design Finished Product (8) Graduation Design Thesis Template
基于 OData 模型和 JSON 模型的 SAP UI5 表格控件行项目的添加和删除实现
The must-have "fishing artifact" for programmers is here!
编曲软件FL studio20.8中文版功能和作用
Deep learning Course2 first week Practical aspects of Deep Learning exercises
解决yolov5训练时出现:“AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train ”
How to use pywinauto and pyautogui to link the anime lady and sister please go home
[Recommended books] The first self-driving technology book
罗克韦尔AB PLC RSLogix5000中的比较指令使用方法介绍
xctf attack and defense world web master advanced area webshell
自建 Prometheus 采集腾讯云容器服务监控数据最佳实践