Skip to content

✈️ A upgrade vue codemod. Help you quickly upgrade from Vue2.x to Vue3.x !

License

Notifications You must be signed in to change notification settings

murongg/vue-reconstruct

Repository files navigation

vue-reconstruct

Help you quickly upgrade from Vue2 to Vue3. Provide CLI tools, it is convenient for you to operate in terminal. Provide friendly example, it is convenient for you to quickly understand this function.

✈️ Support Features

  • vue script
    • data
      • ref
      • reactive
    • props
      • defineProps
      • setup(props)
    • watch
    • computed
    • methods
    • filters
    • emit
      • defineEmits
      • setup(props, { emit })
    • $refs
    • lifecycle
      • beforeCreate
      • created
      • beforeMount
      • mounted
      • beforeUpdate
      • updated
      • errorCaptured
      • renderTracked
      • renderTriggered
      • beforeDestroy
      • destroyed
      • activated
      • deactivated
    • vuex
      • mapState
      • mapGetters
      • mapMutations
      • mapActions
      • vuex 4.x
        • useStore
      • pinia
        • useStore
    • ……
  • vuex
    • vuex 4.x
    • pinia

💗 Thanks