Angular2.0
http://angular.io
https://angular.cn
Installation
npm install -g @angular/cli
Create Project
ng new my-app
Start project
cd my-app
ng serve --open
Open in browser
open http://localhost:4200
Angular Cli WIKI
https://github.com/angular/angular-cli/wiki
Angular Cli
ng new
ng serve
ng generate
ng lint
ng test
ng e2e
ng build
ng get/ng set
ng doc
ng eject
ng xi18n
Angular minifiy
The minified assets files are in “dist” folder
ng build --prod --aot