📜  在 Angular 中创建新项目 - Javascript 代码示例

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

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