vuejs / vue

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
http://v2.vuejs.org
MIT License
207.77k stars 33.66k forks source link

ES6 module version for the browser #8627

Closed megacromulent closed 6 years ago

megacromulent commented 6 years ago

What problem does this feature solve?

Allow use of ES6 based module without having to compile. This would allow mixed version use of Vue in a complex system. For example, a CMS could use Vue for part of it's gui using an ES6 module, and the website owner could include Vue.js as a direct Githubissues.

  • Githubissues is a development platform for aggregating issues.