Skip to content

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •