随笔分类 -  学习笔记 / 前端工程化

摘要:设置镜像 npm config set registry https://registry.npmmirror.com npm config get registry 初始化,生成package.json文件 npm init -y 安装开发依赖 npm i -d xxx 阅读全文
posted @ 2024-04-13 21:31 青年路的代码工程师