system-coffee:SystemJS插件,用于编译CoffeeScript

时间:2024-03-31 12:39:09
【文件属性】:

文件名称:system-coffee:SystemJS插件,用于编译CoffeeScript

文件大小:41KB

文件格式:ZIP

更新时间:2024-03-31 12:39:09

系统开源

系统咖啡 SystemJS插件,用于编译CoffeeScript jspm install coffee 在config.js中: System . config ( { map : { coffee : "system-coffee" } } ) ; 在您的应用中: System . import ( './test.coffee!' ) . then ( function ( test ) { var t = new test ( 'Test' ) ; console . log ( t ) ; } )


【文件预览】:
system-coffee-master
----test.html(467B)
----.gitignore(26B)
----README.md(331B)
----test.coffee(186B)
----package.json(675B)
----coffee.js(289B)
----coffee-script.js(158KB)

网友评论