PokemonGoF / PokemonGo-Bot-Desktop

The Desktop version of Pokemon Go Bot script
MIT License
411 stars 115 forks source link

Upgrade to Vuejs 2.0 #207

Open chuanxd opened 8 years ago

chuanxd commented 8 years ago

Maybe can upgrade Vuejs version 1.0 to 2.0

Vuejs 2.0 RC now is pre-release

https://github.com/vuejs/vue/issues/2873

Vue 2.0 RC Starter Resources

ProjectBarks commented 8 years ago

I don't know how great of an idea it is to use 2.0 that is pre-release. What would be the benefits

JulienTant commented 8 years ago

There are some benefits, it's much faster and much lighter, and VueJS 1 will not be supported. In addition to that, there are only a few breaking changes, so it sounds all awesome.

BUT, as you said it's a pre-release. And because we're currently rewriting the app from scratch using VueJS, i thinks it's better to stick with a stable version for now.

rwu823 commented 8 years ago

This is an interesting post, must cue the creator of Vue @yyx990803 😺

CDAGaming commented 8 years ago

https://github.com/vuejs/vue/releases/tag/v2.0.0-rc.3

Updated link - It's now RC3, Getting closer :P