Hacker News new | ask | show | jobs
by wolco 2433 days ago
I've used vue by including it. I've used react by including it and babel.

When I tried to include other packages they were only available through npm (some had cdn versions but most did not). You don't get access to the entire ecosystem without the tooling.

1 comments

You can use a site like https://unpkg.com/ to include files from most npm packages using a script tag.