本文介绍了是否有 Jade 模板语法检查器/验证器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的 Jade 模板中有一些语法错误.有什么工具可以帮助我调试吗?
I have some syntax errors in my Jade templates. Are there any tools that can help me debug?
推荐答案
找到了.使用 jade [fileName].jade
调试您的 Jade 模板.
Found it. Use jade [fileName].jade
to debug your Jade template.
您可以使用 npm install jade --global
安装 Jade 工具.
You can install the Jade tool with npm install jade --global
.
这篇关于是否有 Jade 模板语法检查器/验证器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!