|
|
|
|
|
by DanHulton
2656 days ago
|
|
Honestly, yeah. Whereas in the past I would reach for jQuery for low-effort "spicing up" of a webpage with javascript, now I reach for Vue. It's very easy to just include Vue in the header, plop down a bit of markup, a bit of JS, and you're on your way, plus it offers a bridge from there into a more full-featured Vue application. It's almost as lightweight as jQuery, and it's not work you have to "undo" later if you wanted to work towards a SPA or more-advanced functionality. |
|