当前位置:网站首页>npm npm
npm npm
2022-08-01 23:07:00 【God is proud of me 1】
why
JavaScript project package management tool
cnpm tarn similar products
Initial Project
npm init
Initialize the project and create a package.json file
npm init -y
Quickly initialize the project (all options are yes)
Directory Explanation
package.json
Project package management file
package-lock.json
Download cache address
node_modules
Installation package download location
Installation can be abbreviated as i --save-dev abbreviated as -D --save abbreviated as -S
Global installation
npm i jquery -g
Local installation
npm i jquery
One-time installation of multiple
npm i jquery vue
Install development dependencies
npm i axios --save-D
Install runtime dependencies
npm i jquery –S
Install the module to the specified version
npm i jquery @version number
Uninstall
Uninstall jquery
npm uninstall jquery
Alias (shorthand) uninstall ->remove->r
Update
update jquery
npm update jquery
alias update -> up
边栏推荐
- 13、学习MySQL 分组
- How to use pywinauto and pyautogui to link the anime lady and sister please go home
- excel vertical to horizontal
- 选择合适的 DevOps 工具,从理解 DevOps 开始
- 小程序毕设作品之微信美食菜谱小程序毕业设计成品(6)开题答辩PPT
- E - Integer Sequence Fair
- UML diagram of soft skills
- excel edit a cell without double clicking
- 软技能之UML图
- Small application project works WeChat stadium booking applet graduation design of the finished product (1) the development profile
猜你喜欢

文件查询匹配神器 【glob.js】 实用教程

Mini Program Graduation Works WeChat Food Recipe Mini Program Graduation Design Finished Product (8) Graduation Design Thesis Template

还在纠结报表工具的选型么?来看看这个

CAKE:一个用于多视图知识图谱补全的可扩展性常识感知框架

APP special test: traffic test

03. GO language variable definition, function

xctf攻防世界 Web高手进阶区 web2

分享10套开源免费的高品质源码,免费源码下载平台

解决yolov5训练时出现:“AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train ”

论文理解【RL - Exp Replay】—— Experience Replay with Likelihood-free Importance Weights
随机推荐
E - Integer Sequence Fair
ROS2初级知识(8):Launching启动多节点
cmd指令
文件查询匹配神器 【glob.js】 实用教程
PHP算法之电话号码的字母组合
APP专项测试:流量测试
Small application project works WeChat stadium booking applet graduation design of the finished product (1) the development profile
xctf attack and defense world web master advanced area webshell
还在纠结报表工具的选型么?来看看这个
How to add a game character to a UE4 scene
From 0 to 100: Notes on the Development of Enrollment Registration Mini Programs
drf生成序列化类代码
10年稳定性保障经验总结,故障复盘要回答哪三大关键问题?|TakinTalks大咖分享
PHP算法之最接近的三数之和
1391D. 505 状压dp
excel split text into different rows
npm包【详解】(内含npm包的开发、发布、安装、更新、搜索、卸载、查看、版本号更新规则、package.json详解等)
加载字体时避免隐藏文本
CF1703G Good Key, Bad Key
D - Linear Probing- 并查集