摘要: # 替换brew.git: jimmy@MacBook-Pro Library % cd "$(brew --repo)" jimmy@MacBook-Pro Homebrew % git remote set-url origin https://mirrors.aliyun.com/homebr 阅读全文
posted @ 2024-05-31 22:38 VipSoft 阅读(46) 评论(0) 推荐(0) 编辑
摘要: Vue devDependencies 与 dependencies 能别,如何往 项目的node_modules安装组件 概述 devDependencies 用于本地环境开发 只会在开发环境下依赖的模块,生产环境不会被打入包内(通过NODE_ENV=developement或NODE_ENV=p 阅读全文
posted @ 2024-05-31 15:00 VipSoft 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 想复制网页上的文字,弹出需要登录等,很烦人。 打开开发者工具 按F12打开 浏览器操作打开 禁用JS 运行命令 按 Ctrl+Shift+P 或者如下图,鼠标点击,调出命令运行窗口 在运行窗口中输入 JavaScript 点击停用,同理,再次点击,开启 鼠标操作 阅读全文
posted @ 2024-05-31 13:55 VipSoft 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 前提条件 安装 Nodejs 下载:https://nodejs.org/en/download/prebuilt-installer 切换 npm 源 npm config set registry https://registry.npmmirror.com/ 创建Vue npm create 阅读全文
posted @ 2024-05-31 09:11 VipSoft 阅读(35) 评论(0) 推荐(0) 编辑