@vue-reconstruct/monorepo
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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
    • [x] data
      • [x] ref
      • [x] reactive
    • [x] props
      • [x] defineProps
      • [x] setup(props)
    • [x] watch
    • [x] computed
    • [x] methods
    • [x] filters
    • [x] emit
      • [x] defineEmits
      • [x] setup(props, { emit })
    • [x] lifecycle
      • [x] beforeCreate
      • [x] created
      • [x] beforeMount
      • [x] mounted
      • [x] beforeUpdate
      • [x] updated
      • [x] errorCaptured
      • [x] renderTracked
      • [x] renderTriggered
      • [x] beforeDestroy
      • [x] destroyed
      • [x] activated
      • [x] deactivated
    • [ ] vuex
      • [ ] mapState
      • [ ] mapGetters
      • [x] mapMutations
      • [x] mapActions
      • [ ] vuex 4.x
        • [x] useStore
      • [ ] pinia
        • [ ] useStore
    • [ ] ……
  • [ ] vuex
    • [ ] vuex 4.x
    • [ ] pinia

💗 Thanks

/@vue-reconstruct/monorepo/

    Package Sidebar

    Install

    npm i @vue-reconstruct/monorepo

    Weekly Downloads

    0

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    9.91 kB

    Total Files

    6

    Last publish

    Collaborators

    • murongxdb