Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么:有没有办法在配置中默认空运行?
原因:这使得学习变得更加容易,因为如果命令不太正确,我们不需要清理那么多的混乱。这可能会迫使您在显式生成之前先尝试试运行。
我在本地寻找解决方案,但找不到任何答案。我最终将ng g电话包装在我的package.json:"ngd": "ng g -d --"
ng g
package.json
"ngd": "ng g -d --"
例子:
提供一个组件、一个模块等,并像普通一样接受所有参数
npm run ngd c my/component/ npm run ngd m moduleName npm run ngd d directiveName