-
Notifications
You must be signed in to change notification settings - Fork 0
Angular CLI
Hong, Jian-Ching edited this page Oct 31, 2016
·
5 revisions
##Angular-CLI
https://github.com/angular/angular-cli
##Prerequisites Node.js 4 or higher(https://nodejs.org)
NPM 3 or higher
Deploying the app via GitHub Pages
ng github-pages:deploy --message "Optional commit message"
##Updating angular-cli use yarn
yarn uninstall angular-cli
yarn cache clean
yarn yarn global add angular-cli@latest
Ref: