vue-transform-ts

Transform vue files to class ts vue files.

Usage

npm i vue-transform-ts -g

yarn global add vue-transform-ts

run vue2ts -h for help

Feature

transform list

  • data
  • computed
  • methods
  • watch
  • props

others will marge to @compoenent decorator.

Js files whose names contain mixins are also processed.

You can also use import { transform } from 'vue-transform-ts'