Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

May the gopherjs-vue support vue2? #4

Closed
scbizu opened this issue Nov 27, 2016 · 5 comments
Closed

May the gopherjs-vue support vue2? #4

scbizu opened this issue Nov 27, 2016 · 5 comments

Comments

@scbizu
Copy link

scbizu commented Nov 27, 2016

Vue2 has updated some of his APIs and Configures ,will this repo support Vue2?

The change log is here

@robvdl
Copy link

robvdl commented Dec 4, 2016

I was interested in finding what would be required to upgrade to Vue 2.0 too and thought I could have a go at it.

First of all, replacing vue.inc.js with v2.x doesn't work, far too much has been changed and it seems the data binding is broken.

I tried to follow the upgrade guide step by step as this isn't a JS project so you can't use the automated upgrade tool and every step has to be checked by hand. I followed this guide:

https://vuejs.org/v2/guide/migration.html

However, it seems actually a huge amount has changed, I got about half way down the page and eventually had to give up when I got to the Events section, which it then goes to say the events property is removed, however some things here are using it, so I am not sure how to fix that.

Basically, I need help to do such a refactor, I don't know quite enough about this project to do such a large refactor.

@awitherow
Copy link

Quite interested in working on this. You guys wanna try to get together and solve this?

@scbizu @robvdl @oskca

@scbizu
Copy link
Author

scbizu commented Jan 13, 2017

@awitherow I will have my 15 days vocation next week .But I do not have too much javascript dev experience at all .

@oskca
Copy link
Owner

oskca commented Jan 21, 2017

works now with VueJS 2.0+ (3684a4d), at least the example works 😄

But still have some API to translate, I'll try to finish it later

@oskca
Copy link
Owner

oskca commented Jan 22, 2017

Updated to 2.0+, hope you'll like it

@oskca oskca closed this as completed Jan 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants