Hacker News new | ask | show | jobs
by manigandham 2824 days ago
Do you mean running Vue by just adding a script tag to the page? That will still work because it's just using a precompiled/transpiled JS file, which will continue to be available as part of the package. FYI, React can also run the same way.