-
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-appng serve
时间: 2024-10-25 01:54:55
sudo npm install -g @angular/cli
ng new my-first-app
cd my-first-appng serve