Pug对Angular项目的NativeScript的支持。 如何使用 $ tns install pug 上面的命令将安装此模块并安装必要的钩子。 当准备好构建项目时, .pug app文件夹中的所有.pug文件进行哈巴狗处理。 例: StackLayout Label ( text = "This is Label" ) Button ( text = "This is Button" ) 结果: < StackLayout> < Label xss=removed> < Button text =