Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-cli-plugin-tsx-support

chanlito88MIT0.4.1

Enable TSX support for Vue.js

jsx, tsx, typescript, vue, vue.js, vue-cli-plugin

readme

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