用npm安装git上的项目
Posted longailong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用npm安装git上的项目相关的知识,希望对你有一定的参考价值。
直接通过 git 上项目的地址进行安装
npm install git+https://github.com/sunxiaochuan/koatest.git
地址获取如下图:
以上是关于用npm安装git上的项目的主要内容,如果未能解决你的问题,请参考以下文章
(在本地运行项目)npm报错:npm ERR! missing script: start npm ERR! A complete log of this run can be found in:
GitHub上下载的vue2.0代码想要运行在windows本地,需要安装哪些工具?Git?npm?