当前位置:网站首页>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
边栏推荐
猜你喜欢

域名重定向工具 —— SwitchHosts 实用教程

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

System availability: 3 9s, 4 9s in SRE's mouth... What is it?

从0到1:图文投票小程序设计与研发笔记

03. GO language variable definition, function

How to prevent governance attacks in DAOs?

复现gallerycms字符长度限制短域名绕过

Quarantine and downgrade

牛客多校4 A.Task Computing 思维

Mini Program Graduation Works WeChat Food Recipe Mini Program Graduation Design Finished Product (8) Graduation Design Thesis Template
随机推荐
小程序中的多表联合查询
Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D 题解
深度学习Course2第一周Practical aspects of Deep Learning习题整理
npm包【详解】(内含npm包的开发、发布、安装、更新、搜索、卸载、查看、版本号更新规则、package.json详解等)
NgRx Store createSelector 的单步调试和源代码分析
PHP算法之有效的括号
From 0 to 1: Design and R&D Notes of Graphic Voting Mini Program
研发团队数字化转型实践
SQL Server(设计数据库--存储过程--触发器)
Interpretation of the paper (GSAT) "Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism"
Postman batch test interface detailed tutorial
y84. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (15)
E - Integer Sequence Fair
Small application project works WeChat stadium booking applet graduation design of the finished product (1) the development profile
excel vertical to horizontal
自建 Prometheus 采集腾讯云容器服务监控数据最佳实践
从0到1:图文投票小程序设计与研发笔记
图论——强连通分量缩点+拓扑排序
ROS2初级知识(8):Launching启动多节点
excel split text into different rows