vue-cli-plugin-tsx-support
v0.4.1
Published
Enable TSX support for Vue.js
Downloads
348
Maintainers
Readme
vue-cli-plugin-tsx-support
:sparkles: Features
- Better TSX support via vue-tsx-support
- Enable TSX hot reload via vue-jsx-hot-reload
:wrench: Setup
- :warning: Make sure you have vue-cli 3.x.x:
vue --version
- Create a Vue project and be sure to select Babel & Typescript options, duh :sweat_smile:
vue create my-tsx-app
- 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