Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GuneLark/angular2-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2 Example

例子使用ES6撰写,并使用gulp-babel转换为ES5。

使用

使用npm全局安装Gulp

npm install gulp -g

将项目克隆到本机上:

git clone [email protected]:ZengShaoLin/angular2-example.git

进入项目根目录,安装组件:

cd angular2-example
npm install

安装完成后选择要预览的例子(可指定端口,默认端口为3000):

gulp serve --example=hero [--port=8100]

--example为必填参数,目前可查看的例子有quickstarthero

About

Angular2 example written in ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.1%
  • HTML 31.6%
  • CSS 2.3%