aspax-coffee-handler:允许ASPAX处理CoffeeScript文件的插件

时间:2024-05-26 13:13:36
【文件属性】:

文件名称:aspax-coffee-handler:允许ASPAX处理CoffeeScript文件的插件

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-26 13:13:36

CoffeeScript

这是什么? 一个使能够处理文件的插件。 安装 在运行ASPAX的文件夹中键入以下内容: npm install aspax-coffee-handler 如果您在Node.js应用程序的根文件夹中运行ASPAX,请考虑使用--save-dev选项,以避免将此插件部署到您的生产环境中: npm install aspax-coffee-handler --save-dev 用法 只需在aspax.yml添加.coffee源文件: app.js: - lib.js - script-1.coffee|bare - script-2.coffee 可用标志 bare :无需顶层函数安全包装程序即可进行编译-查看更多。 基本上,这是: $ -> console.log 'hi!' ...使用bare标记编译为此: $(function() { return c


【文件预览】:
aspax-coffee-handler-master
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(37B)
----index.js(71B)
----plugin.coffee(312B)
----package.json(793B)

网友评论