1.安装Git
2.安装Git desktop
3.建立文件夹,在目录下面运行 git clone 项目地址
4.在githubdesktop中,File->add local repository,选择项目路径
5.环境配置:安装node.js,标注系统
6.在控制台运行npm -v检查npm安装情况
7.cd 到项目路径下,npm install 、npm run dev
8.在浏览器中打开显示路径
标注系统
9.Ctrl + c 是关闭。
10.下次运行项目就npm run dev 就行了。

相关文章:

  • 2021-10-29
  • 2022-12-23
  • 2021-05-10
  • 2021-05-14
猜你喜欢
  • 2022-02-16
  • 2021-04-27
  • 2021-11-29
  • 2022-01-11
  • 2021-09-24
  • 2021-12-26
  • 2022-01-02
相关资源
相似解决方案