本文介绍了如何将pug添加到angular-cli?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人在.cli中添加.pug吗?
Anyone having luck adding .pug to angular-cli?
我试图做npm install pug --save,但是我不知道在哪里更改.pug渲染而不是.html.
I tried to do npm install pug --save, but I don't know where to change the .pug rendering instead of .html.
angular-cli的链接是此处
Link for the angular-cli is here
请分享一个简短的教程,这将帮助很多人:)
Please share a short tutorial, that would help a lof of people :)
推荐答案
对于Angular 6+,您只需在根文件夹中运行 ng add ng-cli-pug-loader 命令以打开pug支持您的angilar-cli项目.
For Angular 6+ you can simply run ng add ng-cli-pug-loader command in the root folder to turn on pug support in your angilar-cli project.
这篇关于如何将pug添加到angular-cli?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!