I found a plugin API to communicate with the social network Vkontakte. link vkapi plugin How do I install it in my project? The compiler swears at
var VK = require('vksdk');
I am using the latest versions of ionic.
答案 0 :(得分:0)
这是包含节点包的nodejs语法。我们不使用类似离子的插件。首先在离子中使用插件,然后通过运行命令添加插件:" Ionic cordova插件添加插件名称"。然后将其包含在app.module.ts文件中的提供程序中。