NG-ALAIN 边学边记1



在文件夹下右键启动powerShell
ng new my-project --skip-npm
cd my-project
ng add ng-alain
npm install
ng serve npm start

打开地址 http://localhost:4200/

结果:

原文地址:https://www.cnblogs.com/panjinzhao/p/10870916.html