Integrate box-node-sdk with VueJS
Hello everyone!
I'm trying to integrate box-node-sdk in my VueJS app. It gives me a lots of problem.
I've just simply import from npm package like —
import Vue from 'vue'
import App from './App.vue'
let boxSDK = require("box-node-sdk")
new Vue({
render: h => h(App),
}).$mount('#app')
But, no luck.
Is there any way to initially setup box-node-sdk into VueJS? Please help.
サインインしてコメントを残してください。
コメント
0件のコメント