Vue.js Vite - Serves Single File Components Without Webpack!

preview_player
Показать описание


Features
- Hot Module Reload (as if it can get any hotter)
- .vue files
- Did I say no webpack? That's Vite!
Рекомендации по теме
Комментарии
Автор

Love your excitement and think it's justified!

mackenmd
Автор

2:40 webpack written in chinese? oh yeh i can read chinese, had better say greek! classic moment right there.

mrrolandlawrence
Автор

Check out Vue.js Vite - I really love the direction Evan and Vue are going with this. Comment in the channel if you want me to do a tutorial of it (once it goes Beta) :P

lionelthetechlead
Автор

Great video, great stuff and explanation!

anggodaily
Автор

I’ve seen something similar in react a couple of years ago.
JIT trans compiling was noticeable slower in complex components

elliottmarshall
Автор

Evan is pretty amazing guy. How will vite allow for configurations like disabling prefetch, etc, etc, optimizing images.. does vite handle all this?

rickyu
Автор

need to add (as a millionaire) in your title

swyxTV
Автор

Why do I need to run an NPM server in the back just so I can use .vue files? Why can't the framework just parse the .vue files and convert them to JS on the fly? If I use it works too! Why do I need to put in all this effort of getting npm and all this nonsense (which downloads a thousand unknown files into a node_modules folder) just so I can use the .vue files?

SilverWave