feat(CTA): add initial vite support with vue and vue-ts - #1467
Conversation
|
does this PR need a changefile ? |
|
Any future vite template will only have to include a folder under |
I think it makes sense to have one. It's a new "feature" so might as well highlight it. |
Do you think there is value in having extra template files for every vite template? |
No not really. The template files are modified to just add the tauri logo next to vue . I wanted to add an example showing the usage of some tauri's api, maybe just a simple communication between js and rust but that can quickly be like the |
Well, it is probably worthwhile to get this in and we can adjust later. I wonder if maybe we can do some sort of "common" template files that all of the examples can use (or at least within the same framework / group) since it probably does make sense long term to show the API use in some manner. |
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
The PR fulfills these requirements:
fix: #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: