码迷,mamicode.com
首页 > 其他好文 > 详细

Angular常用命令

时间:2020-02-22 15:38:11      阅读:51      评论:0      收藏:0      [点我收藏+]

标签:one   默认   app   news   端口   生成   angular   创建   使用   

一. Angular常用命令

1. ng new 文件夹名 (新建项目,选择y使用路由)

2. ng serve --open (默认浏览器运行项目)

3. ng serve --port 6060  (运行多个项目在不同端口)

4. ng g (提示能创建的各种东西)

5. ng g component components/news

(在app下生成components文件和news组件并自动导入组件至app.module.ts)

Angular常用命令

标签:one   默认   app   news   端口   生成   angular   创建   使用   

原文地址:https://www.cnblogs.com/dlm17/p/12345336.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!