Your dependencies, naked.

Manage client-side dependencies with npm install, then import them by name — no bundler, no build step, no CDN.

Image

Try it

npx nudeps install
npm install vue

That’s it — import { createApp } from "vue" now works in the browser. See Getting Started for the whole story.

Background