2023年12月13日 星期三

Angular 超級入門教學 000

...
Angular 超級入門教學 000
...

1. https://angular.io/   or   https://angular.tw/ 

2. Install Node.js JavaScript runtime:
from https://nodejs.org/en
to D:\DevTool\nodejs\

3. Install Visual Studio Code:
from https://code.visualstudio.com/

4. Install the Angular CLI:
from https://angular.io/guide/setup-local
CMD> npm install -g @angular/cli

5. Create a workspace and initial application:
CMD> cd D:\DevTool\Angular
CMD> ng new HelloWorld
CMD> cd D:\DevTool\Angular\HelloWorld
CMD> npm start
> hello-world@0.0.0 start
> ng serve
Local:   http://localhost:4200/

後記1:
CMD> npm start
對應到 package.json




// End

沒有留言:

張貼留言