'Using ES6 in Vue.js [closed]

I am planning to learn Vue.js , someone told me that I need to learn es6 to continue Vue.js , I asked so many people on this but I need more opinion , I appreciate a lot.



Solution 1:[1]

ESNext (meaning ES6, ES7, ES8 etc...) will be quite useful indeed.
Like arrows functions, async/await etc... It's not a requirement but it's a nice to have.
Vue.js supports it out of the box too.

Solution 2:[2]

No. Only the browser that run the code cares about what version of JavaScript you use.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jean-François Fabre
Solution 2 tauzN