如何从Github存储库克隆现有的ember.js项目并运行到本地机器?

时间:2018-05-30 08:20:42

标签: github ember.js npm localhost npm-install

将Git,Node.js,Bower,Ember Cli和Phantoms Js安装到我的本地机器上。我做了 以下步骤。

> git clone <repository-url> sample  // in this case sample is a new repository in my local machine
> cd sample 
> npm install
> bower install

那么,之后,当我输入此命令时:ember server

它说我缺少一些依赖项。您是否知道如何从Github帐户克隆任何公共ember.js项目并进入您的计算机?

0 个答案:

没有答案