create-vue-templates icon indicating copy to clipboard operation
create-vue-templates copied to clipboard

Snapshots of the generated templates of `npm create vue@latest`

Results 1 create-vue-templates issues
Sort by recently updated
recently updated
newest added

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 use `App.jsx|tsx`. I would...