Skip to content

williambryan777/angular2-quickstart-with-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Angular2 quickStart example with webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published