访问其他人的vue项目
时间:2021-06-28 15:10:15
收藏:0
阅读:15
本地git拉取项目
git clone git@git路径
项目clone到本地后
1.工具命令行切换到此项目路径下
cd 路径名称
2.首先要下载项目所需要的资源包
npm install 这里会下载一会
3.运行项目 直接点击http://localhost:8080/ 即可访问
npm run dev
原文:https://www.cnblogs.com/chiliu/p/14943920.html
评论(0)