create-vite-app icon indicating copy to clipboard operation
create-vite-app copied to clipboard

feat: use composition api in vue-starter

Open sno2 opened this issue 5 years ago • 2 comments

I understand if you don't want this change.

sno2 avatar Oct 13 '20 22:10 sno2

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.

antfu avatar Oct 14 '20 00:10 antfu

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?

sno2 avatar Oct 14 '20 01:10 sno2