How to compile jade templates in to JavaScript functions to use them on client side?

后端 未结 6 930
清歌不尽
清歌不尽 2021-01-04 11:31

I want to use compiled jade templates on client side. How should I compile them to get javascript files ? https://github.com/visionmedia/jade

6条回答
  •  星月不相逢
    2021-01-04 12:18

    Look for proposed solutions in the jade issue 149 discussion. Unfortunately, there is no built-in ready for use option, as I know.

提交回复
热议问题