Angular - A JavaScript library for building user interfaces

1. down node.js

https://nodejs.org/en/

2. down tool

npm install -g @angular/cli

3. usage

    1) Establish

ng new angular-hello

   2) run

npm start

localhost:4200

猜你喜欢

转载自www.cnblogs.com/xiaobin-hlj80/p/9232030.html