文件名称:systemjs-script-plugin:通过在System.js中注入脚本标签来加载脚本
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-28 08:01:41
JavaScript
SystemJS脚本标签加载插件 安装 jspm install npm:system-script 基本用途 import 'www.google-analytics.com/analytics.js!system-script' 上面的示例通过脚本标签而不是XHR请求加载了Google Analytics(分析),这避免了CORS问题。 SystemJS 0.17以上 请注意,从SystemJS 0.17开始,此插件中的功能可以通过以下配置实现: System . config ( { ... meta : { "ga" : { "scriptLoad" : true , "format" : "global" , "exports" : "ga" } } , map : { "ga" : "//www.g
【文件预览】:
systemjs-script-plugin-master
----test.html(175B)
----script.js(1KB)
----package.json(467B)
----LICENSE(1KB)
----test.js(48B)
----README.md(657B)