create-vite-app
create-vite-app copied to clipboard
feat: use composition api in vue-starter
I understand if you don't want this change.
Well, I think the notion here is that we would like to have starters being simple for beginners and not to introduce the advanced composition API too early which might be confusing.
Well, I think the notion here is that we would like to have starters being simple for beginners and not to introduce the advanced composition API too early which might be confusing.
Is it exactly advanced, though? Also, beginners should not be starting out with Vite instead of Vue CLI in it's current state. Finally, if these starters were meant for beginners to Vue, shouldn't we have comments explaining everything that we are doing within the code that is vue-related?