摘要: 一、包管理命令安装 为啥要安装这么多,有些情况会安装失败,npm安装最好设置外网代理优先级推荐(个人喜好) cnpm > yarn > pnpm > npm # yarn安装 npm i yarn -g yarn config set registry http://registry.npm.tao 阅读全文
posted @ 2024-07-04 10:09 hello芳芳 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 要切换 npm 镜像源,可以使用 npm config set registry 命令。以下是切换到官方的 npm 镜像源的步骤: 查看当前 npm 镜像源: npm config get registry如果当前的镜像源不是官方的 npm 镜像源(https://registry.npmjs.or 阅读全文
posted @ 2024-07-04 10:02 hello芳芳 阅读(39) 评论(0) 推荐(0) 编辑
摘要: github介绍:https://github.com/x-extends/vxe-table Vue2版本对应vxe3版本,Vue3版本对应vxe4版本 vxe3版本的官网地址:https://vxetable.cn/v3/#/table/start/install 终端下载:npm instal 阅读全文
posted @ 2024-07-04 08:44 hello芳芳 阅读(8) 评论(0) 推荐(0) 编辑