0.1.4 • Published 4 years ago

vue-cli-plugin-vue-next v0.1.4

Weekly downloads
1,380
License
MIT
Repository
github
Last release
4 years ago

vue-cli-plugin-vue-next

A Vue CLI plugin for trying out the Vue 3 beta.

This is for preview purposes only. There might be bugs and undocumented behavior differences from v2, which are expected.

Also note that if you are using VSCode, Vetur isn't updated to take advantage of Vue 3's typing yet so intellisense in Vue files may not be fully functional (especially in templates).

Usage

# in an existing Vue CLI project
vue add vue-next

What's implemented?

  • Add Vue 3 beta and @vue/compiler-sfc to the project dependencies.
  • Configure webpack to compile .vue files with the new Vue 3 compiler.
  • Codemods that automatically migrate some global API changes mentioned in RFC-0009.
  • Install Vuex 4.0 & Vue Router 4.0 in the project, if older versions of them are detected.
  • Codemods for the API changes in Vuex and Vue Router.

TODOs

  • More comprehensive codemods for breaking changes in Vue 3.
  • TypeScript support
  • Test utils support
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago