Angular Helloworld

版权声明:原创文章,转载请保留此声明,谢绝商业用途Copy。 https://blog.csdn.net/prufeng/article/details/84141596

已经安装好Node.js, 通过以下命令可以新建angular项目。

npm i -g @angular/cli

ng new helloworld-ng

cd helloworld-ng
npm install

ng serve --open

https://angular.io/guide/quickstart

猜你喜欢

转载自blog.csdn.net/prufeng/article/details/84141596
今日推荐