pug中使用coffee-script

/***pug***/
block script
  script
    :coffee-script
      $(document).ready ->
        return

在使用express默认模版 pug(jade) ,想要在内使用coffee需要在 package.json中安装并使用jstransformer-coffee-script

你可能感兴趣的:(pug中使用coffee-script)