Best strategy to use HAML template with Backbone.js

后端 未结 8 1804
别那么骄傲
别那么骄傲 2021-01-29 23:23

Im getting into Backbone.js to structure the javascript code for my project and I love HAML for templating on the backend(rails), so Id like to use it for Backbone Views templat

8条回答
  •  感情败类
    2021-01-29 23:37

    You could try Express with Jade (Haml-like templates). Express builds on Connect for routing static files. Jade is one of the faster template engines I've tried with Node.js

    http://expressjs.com/

提交回复
热议问题