Open elivlo opened 3 years ago
@elivlo Hi!
Thanks for your contribution! A React, Angular, and View versions are on our roadmap, but as it's a "lower" priority, it takes time to get into it, so a contribution like yours can help implement and achieve these goals! Of course, to put it on this "official" repository, I will have to forward it to the R&D for inspection to approve it. Note that we have the code snippets page in the dev site and the community gists repo - places for "unofficial" community content that does not need our approval.
Hi @eransharv!
Yes, I noticed that Vue.js example but since it is over one year old I decided to make a newer version. This PR also does not contain any working functionality to demonstrate how a Vue - OW app works and has a different appearance than the previous examples.
To summarize, I have a few proposals:
@elivlo Hey,
OK, now it's clearer, and it sounds good. I will forward it to the R&D for review (As they are busy, that can take some time). Basically, as I mentioned, I want to make sure that it fits our standards, as I want to include this in this "official" repo and not in the "community" repo.
Can you please clarify what do you mean by "Make this example a real example"? The Vue version of the sample app must have the same functionality as the ts and native versions. No different features or UI - the only thing that should be different is the adjustments to Vue. The whole point is to show the same app in different "flavors" - Vue, React, etc.
Having said that, it's ok to depend on our "official" npm packages like the "types," or make use of the Vuetify, etc.
I hope that it's clear and makes sense.
Can you please clarify what do you mean by "Make this example a real example"? The Vue version of the sample app must have the same functionality as the ts and native versions. No different features or UI - the only thing that should be different is the adjustments to Vue. The whole point is to show the same app in different "flavors" - Vue, React, etc.
With "Make this example a real example" I meant that the vue example app is not ready to deliver the same features as the native and ts sample apps do. So I will implement all the basic example app features and then remove the "draft" from this PR.
@elivlo thanks. We will review it, and I will update you here. That might take some time. Thanks for your contribution!
@elivlo thanks. We will review it, and I will update you here. That might take some time. Thanks for your contribution!
ACK I just finished the vue example. It is ready for review now.
@elivlo Thanks! Appriciated! We will review it (some of the team are on Aug. holiday, so that might take longer than usual. But we are on it). Thanks!
@eransharv are any of them back from their holiday 3 years ago yet? 😜
It would be great if they could also take a look at #51 and #53
Hi 😃,
I was surprised that there was no Vue.js example. So I created a basic frame/example that should help creating Vue.js overwolf apps.