Transform vue files to class ts vue files.
npm i vue-transform-ts -g
yarn global add vue-transform-ts
run vue2ts -h
for help
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'