繁体   English   中英

如何安装Angular2 Webpack Starter?

[英]How install Angular2 Webpack Starter?

我尝试启动Angular2 Webpack Starter Node 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.

什么都没发生,请帮帮我

我建议尝试(首先)使用更简单的angular2 webpack入门工具,例如:

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM