这是一个名为tableau.js的文件,没有npm包。我想在我的项目中使用它?但是,我无法解决这个问题。请帮助我并告诉我正确的方法。谢谢!
答案 0 :(得分:0)
您需要使用导出模块将变量和函数从文件导出到另一个文件。将您的东西导入主文件。见https://www.sitepoint.com/understanding-module-exports-exports-node-js/
您也可以使用http://www.tutorialsteacher.com/nodejs/nodejs-module-exports