3 Star 0 Fork 0

赵煊0715/VUE3 Template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
启动异常说明.txt 769 Bytes
一键复制 编辑 原始数据 按行查看 历史
赵煊0715 提交于 2024-08-19 22:17 . git test
1、双击run.bat启动异常:
使用cmd输入node -v查看版本,如果是18.+版本,请将package.json中第五行scripts中的内容替换为:
"scripts": {
"serve": " SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
}
2、双击install.bat安装依赖(只需要执行一次,后面启动项目都不用点击install.bat)
双击run.bat启动前端
前端启动异常:使用cmd切换至 ../Vol.Vue3目录下执行 npm config set strict-ssl false&npm cache clear --force & npm install
如果没有报错,再接着执行 npm run serve 看异常信息
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhao-xuan-0715/vue3-template.git
git@gitee.com:zhao-xuan-0715/vue3-template.git
zhao-xuan-0715
vue3-template
VUE3 Template
master

搜索帮助