Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 584 Bytes

File metadata and controls

29 lines (17 loc) · 584 Bytes

angular2-quickstart-with-webpack

Angular2 quickStart example with webpack
本实例基于webpack工具来构建官方的Angular2 快速教程,可以很方便地把开发目录和发布进行有效分开。

##Installation ###1.install the typscript compile environment npm install -g typings ###2.with node installed npm install && typings install ###3.run app npm run server

##安装方式

###1. 安装TypeScript编译工具

npm install -g typings

###2. 安装依赖

npm install && typings install

###3. 运行项目自动打开浏览器网页

npm run server