Example of using Coffeescript classes and RequireJS (or Curljs or similar) for client side browser library

前端 未结 3 1183
伪装坚强ぢ
伪装坚强ぢ 2021-01-30 17:38

We want to develop a browser (client side only) library using Coffeescript, and in particular, we tend to use the \"class\" capability of Coffeescript quite a bit, in addition t

3条回答
  •  伪装坚强ぢ
    2021-01-30 18:23

    I'm using coffee-toaster too, and I found few posts recently.
    I thought that was worth to read, maybe we could work it out:

    http://blog.toastymofo.net/2012/04/coffeescript-requirejs-and-you-part-one.html
    http://24ways.org/2012/think-first-code-later/

    and http://jamjs.org seems pretty cool!

提交回复
热议问题