Angular 4 - The Basics 笔记(1): Install

  • Install Node.js

  • Install Angular CLI

    sudo npm install -g @angular/cli
  • Set-up new app

    ng new my-first-app
  • Run Server

    cd my-first-app
    ng serve

     

 视频教程:https://www.youtube.com/watch?v=htPYk6QxacQ&t=592s

posted @ 2017-05-07 20:10  Hardi  阅读(132)  评论(0编辑  收藏  举报