【问题标题】:How install Angular2 Webpack Starter?如何安装 Angular2 Webpack Starter?
【发布时间】:2016-12-20 05:56:40
【问题描述】:

我尝试开始Angular2 Webpack Starter 节点 v6.3.1 NPM v3.10.6

一步一步:

# clone our repo
# --depth 1 removes all but one .git commit history
git clone --depth 1 https://github.com/angularclass/angular2-webpack-starter.git

# change directory to our repo
cd angular2-webpack-starter

# install the repo with npm
npm install

当我尝试运行时:npm start 命令窗口中的最新行:

webpack: bundle is now VALID.
[default] Checking started in a separate process...
[default] Ok, 6.164 sec.

什么都没发生,帮帮我

【问题讨论】:

标签: javascript node.js angular webpack


【解决方案1】:

我建议尝试(首先)一个更简单的 angular2 webpack 启动器,例如:

https://github.com/schempy/angular2-typescript-webpack

【讨论】:

  • 这是一个建议,不是答案。
猜你喜欢
  • 2016-08-02
  • 2017-08-10
  • 1970-01-01
  • 2017-02-07
  • 2017-05-11
  • 2017-05-25
  • 2016-10-30
  • 2017-03-03
  • 2018-06-01
相关资源
最近更新 更多