0.4.1 • Published 5 years ago

vue-cli-plugin-tsx-support v0.4.1

Weekly downloads
443
License
MIT
Repository
github
Last release
5 years ago

vue-cli-plugin-tsx-support

:sparkles: Features

:wrench: Setup

  1. :warning: Make sure you have vue-cli 3.x.x:
vue --version
  1. Create a Vue project and be sure to select Babel & Typescript options, duh :sweat_smile:
vue create my-tsx-app
  1. Add the plugin:
cd my-tsx-app
vue add tsx-support

Now you can start creating vue component using typescript in .tsx files.

:pray: Credits

Thanks to @wonderful-panda and @skyrpex for their amazing work.

LICENSE

MIT