文章分类 -  前端 vue react

摘要:在 Intel 的 Mac 上安装 nvm(Node Version Manager)的步骤如下: 1. 安装 nvm 安装 Homebrew(如果未安装) 打开终端并运行: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/H 阅读全文
posted @ 2024-08-30 13:51 Verite 阅读(156) 评论(0) 推荐(0)
摘要:环境: Mac + Node 20 版本 + npm 10.7.0 版本 从vue3创建 到 nginx 服务器部署 上线 -- 打包路径和访问路径修改全流程 1, 创建vue 文件 vue create my_vue_project npm install vue-cli npm install 阅读全文
posted @ 2024-08-28 21:06 Verite 阅读(2993) 评论(0) 推荐(0)