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=592snpm

相关文章
相关标签/搜索