[Vuejs]-Using ES6 in Vue.js

0👍

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.

0👍

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

Leave a comment