Coding Shorts: Introducing petite-vue

preview_player
Показать описание
In this Coding Short, I take you on a quick overview of how to use petite-vue when you don't need a complete SPA to just enhance your web projects.

If you like this video, you might like other videos in my Instructional Videos:

Or my Pluralsight Courses:

Рекомендации по теме
Комментарии
Автор

this is 99% of what i use frameworks for, not SPA's. Glad the guy made this, even though i'm now using Blazor

mtranchi
Автор

Thank you so much for making this! I am new to Vue, and wanted to play around with Petite Vue but other than the classic counter example was a little lost as I’ve only done a single project in Vue3 with the router and Vuex.

I like the lightweight feel of petite Vue and was very pleased to find your tutorial! Thank you for this short!

brianhayes
Автор

I was playing with the idea to use Petite Vue as a "jQuery-ish" tool to pimp up an existing CMS site but couldn't figure out how to use it back then 'cos I was also new to Vue. Meanwhile learned "Grand Vue" and lost sight of this little gem.
Now that I can bridge the gap, and thanks to your nice practical intro, I'll give it another shot!

But oh boy, you need to update your HTML template: "IE=edge, chrome=1" and a CC with "[if IE lt 9]"? That's a mighty long time ago when I saw these :D
Enjoy!

CirTap
Автор

really nice! too little people teach this ultra lightweight framework. cheers! great video.

xinuarashi
Автор

petite vue is so awesome, that using vanilla js alone makes no sense anymore, pretty impressive

fifty
Автор

a lot of good info here, had to take a break - the white ide make my eyes ache. please consider dark mode.

keithhill
Автор

How to modular and make reusable component? I don’t wanna write all html in page

heruhailiuhuang
Автор

Thank you providing an overview on what petite-vue can do! I'm not a very experienced developer but I'm curious In comparison to vue. Can you have reusable components via import in some way, and is it possible to also route using vue-router if not is there an alternative to routing?

Squawkize
Автор

Can you do a video connecting this to Firebase or similar service?

bx_h