lstoeferle / vite-vue2-starter

Vite - Vue 2 starter template using composition-api and windiCSS
MIT License
192 stars 36 forks source link

vue 2.7 support #12

Closed herrmannplatz closed 2 years ago

herrmannplatz commented 2 years ago

Things that still needs to be addressed

  1. resolving aliases when importing assets -> should be fixed with the newest vite plugin ✅
  2. Some unplugin plugins rely on vue-template-compiler while vue 2.7 removed this dependency. But i guess they will be updated on 2.7 is out
  3. vue composition api auto imports
lstoeferle commented 2 years ago

Hi @herrmannplatz, thanks for taking the initiative upgrading to Vue v2.7 👍 Let's wait until all dependencies are supported/released and then we can merge your PR 😉