VS Code 使用拉取git项目 ,vue项目 ,并运行
1.打开文件夹作为工作空间;2.ctrl +“·”打开命令控制窗;3.git clone https://gitee.com/。。。。。。。拉取项目4.cd进入项目目录下5.npm install编译提示:added 1768 packages from 1130 contributors and audited 32360 packages in 456.548s...
·
1.打开文件夹作为工作空间;
2.ctrl +“·” 打开命令控制窗;
3.git clone https://gitee.com/。。。。。。。拉取项目
4.cd 进入项目目录下
5.npm install 编译
提示:
added 1768 packages from 1130 contributors and audited 32360 packages in 456.548s
found 82 vulnerabilities (65 low, 7 moderate, 9 high, 1 critical)
提示输入:npm audit fix
提示:
added 2 packages from 5 contributors and updated 2 packages in 48.486s
fixed 6 of 82 vulnerabilities in 32360 scanned packages
6 package updates for 76 vulns involved breaking changes
(use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually)
输入提示:npm audit
提示
缺少插件
提示输入 npm i wangeditor
6.npm run dev 运行项目 dev 读取配置
7.运行起来后,可以自动打开主页面
更多推荐
已为社区贡献1条内容
所有评论(0)