processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
339 stars 91 forks source link

Update the version of Vue.js to v1.0 #260

Closed kaorun343 closed 7 years ago

kaorun343 commented 7 years ago

Hello. I know that this project is using vue.js but the version of this is still v0.10. There are many differences between v0.10 and v1.0, so it will be hard to rewrite the codes. However, v1.0 gives us many nice features, for instance, v1.0 allow us to utilize "prop" so it makes the stream of passing data clearly. For sustainable maintenance, I suggest you to update the version of Vue.js to v1.0.

lmccart commented 7 years ago

thanks, I agree it would make sense to update to 1.0. however, we are actually working on a new web editor and discontinuing support of the desktop editor once that is ready (in a couple months). so at this point, we will need to focus our energy on that project and not sink more into updating to vue 1.0.

kaorun343 commented 7 years ago

I see, thanks for your answer :smile: