摘要: 1.前端 node准备 npm -v 查看版本 npm install 包名 --save 安装 可简写成npm i 包名 -s npm uninstall 包名 --save 卸载 npm run serve 运行项目 npm build 项目打包 npm list --depth=0 -glob 阅读全文
posted @ 2023-11-28 15:02 超安全 阅读(27) 评论(0) 推荐(0)