What's the difference between unplugin-vue-macros and vue-macros? #988
-
So what's the difference between these two packages, and how should I choose which one in what situation? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey! Basically, So for any new project, you should just use They explained it all in the migration guide here: vue-macros/docs/guide/migration-v3.md Lines 21 to 44 in 51afe87 |
Beta Was this translation helpful? Give feedback.
-
vue-macros-cli v1.3.0 is released now with Vue Macros v3 support. |
Beta Was this translation helpful? Give feedback.
Hey!
Basically,
vue-macros
is the new name forunplugin-vue-macros
starting with v3. The oldunplugin-vue-macros
package is now deprecated.So for any new project, you should just use
vue-macros
.They explained it all in the migration guide here:
vue-macros/docs/guide/migration-v3.md
Lines 21 to 44 in 51afe87