如何在Vue.js中引用外部文件

时间:2019-05-20 16:37:47

标签: javascript html vue.js

我是Vue.JS的新手,我正在添加仅具有JavaScript参考的外部组件。该组件是Stimulsoft.js,我已将文件加载到正确的文件夹中。我尝试遵循

上的github信息。
        https://github.com/stimulsoft/Samples-JS/blob/master/Vue.js/02.%20Working%20with%20report%20viewer/index.html

但是由于我的Vue.js文件被构造为模块应用程序,因此我具有不同的.vue页面结构。

GitHub示例显示它引用了.js文件。

         <script src="stimulsoft/stimulsoft.reports.js"></script>
         <script src="stimulsoft/stimulsoft.viewer.js"></script>

在index.html上。但是,当我使用该结构时,我不确定文件是否已加载,并且它们给需要使用它们的vue页面提供了错误。我需要在实际的vue.js页面上引用它们吗?如果可以,怎么办? enter image description here

stimulsoft.vue文件需要引用stimulsoft.viewer.js和stimulsoft.report.js文件。

我尝试了stimulsoft / stimulsoft.viewer.js,。/ stimulsoft / stimulsoft.viewer.js和../stimulsoft/stimulsoft.viewer.js的每种组合,但无济于事。

感谢您的帮助

1 个答案:

答案 0 :(得分:0)

您有机会获得stimulsoft库的打包版本:https://www.npmjs.com/search?q=stimulsoft