📜  构建 Angular 项目 - Javascript 代码示例

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

代码示例4
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