We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When creating a new Vue project with jsx/tsx, should the example .vue files use corresponding .jsx/.tsx files by default instead?
.vue
.jsx
.tsx
E.g. instead of App.vue, it would use App.jsx|tsx.
App.vue
App.jsx|tsx
I would be happy to submit a PR for this. The only question would be what strategy to use for styles.
The text was updated successfully, but these errors were encountered:
@rob-pace I think it's a good suggestion, but this is just a repository for templates. So I suggest you go create-vue and renew your Issues.
Sorry, something went wrong.
No branches or pull requests
When creating a new Vue project with jsx/tsx, should the example
.vue
files use corresponding.jsx
/.tsx
files by default instead?E.g. instead of
App.vue
, it would useApp.jsx|tsx
.I would be happy to submit a PR for this. The only question would be what strategy to use for styles.
The text was updated successfully, but these errors were encountered: