📜  设置新的 Angular 项目 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:18.403000             🧑  作者: Mango

代码示例3
ng new 
//After this you will be given the choice to name the project, add routing, add scss/sass/css
ng new angular_project

cd angular-project
ng serve