-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to support vuejs #10427
Comments
Hey @kennywangjin. You're certainly not the first person to bring this up. I've gotten this asked quite a few times in our Gitter room, and it's currently also the 6th most-commented issue on Vue itself. I've spoken with Evan (@yyx990803) before. Supporting For the record, I've heard good things about @itsfrank's vue-typescript. Let me know if that makes it any easier to use. |
Not sure if this is a TypeScript, TS + webpack or VS.NET designer issue but there's currently poor support for There also isn't good support for VS Code with vetur is much nicer: Just curious if there's any tweaks I can do to make the experience nicer in VS.NET e.g. if TypeScript can be made to be "webpack-aware" or if VS.NET has a roadmap to support Vue + webpack and where I can look at (or submit this issue to) to follow progress? |
@DanielRosenwasser are you aware of an feature request (in this repo) to allow transforming any file (not just vue) to typescript AST, and by extension configuring tsc to support that via plugins? |
#38736 would enable this for arbitrary files (including Vue) |
vuejs is supported through their LS plugins now |
Is it possible to provide official support for vuejs or make official cooperations with vuejs author, to eaze integration of these too great tools?
You have provided office TSX for reactjs. Please consider to support vuejs (.vue) too. This world needs more than just reactjs!
The text was updated successfully, but these errors were encountered: