Hacker News new | ask | show | jobs
by manigandham 1778 days ago
Vue still has the same progressive-enhancement low-tooling approach as before. It's only broadened in its ability to be used in more complex environments with full toolchains but you can just add a <script> tag and start coding.

I do agree that Vue 3 was rather badly released though, as everything from the websites and docs to the plugins and devtools were all at different stages.

1 comments

Agreed, you can do the same thing with React too. Just add script tags with React and ReactDOM and away you go, no need for anything else.