Closed ahoedholt closed 3 years ago
I think @luojiandan was working on Vue.js
@ahoedholt is there any repo you are working with vue.js and you found any issue?
@jscastro76 I don't have a public repo for the project at the moment, I'm first of all just trying to make one of the simple examples work. I just found the following, but I haven't been able to transfer it to my project yet (and it may also be based on the older Threebox library): https://github.com/peterpolman/hidden-layers/blob/develop/src/components/BaseMap.ts
I'll work on it some more and post an example if successful. If anyone has other Vue.js+Threebox implementations, feel free to share :)
Let me know once you have an issue, I haven’t worked yet in vue.js but if you setup any working example I could help you if you have any issue
Thank you, @jscastro76! I will post a setup once I'm a bit further. But first of all, when installing the library through npm, would there be any issue importing it with npm import, e.g. import Threebox from 'threebox-plugin';
? I'm asking since you specifically point out at npmjs.com that it should be imported through a Githubissues.
Does anyone have a simple example of Threebox used in a Vue.js project?
Thank you!