Skip to content
This repository was archived by the owner on Jul 25, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

208 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanduo-oss/framework

@vanduo-oss/framework

npm CI license: MIT

⚠️ Retired — 2026-07-25. @vanduo-oss/framework is no longer developed or released. The Vanduo legacy line (the dual-engine Vanilla + Vue 3 system) is retired; development continues in the perspective line. There is no vanilla successor@vanduo-oss/vd3 is Vue 3 only. The final release, 1.7.1, stays on npm and keeps working — this is a stop to development, not a removal.

New docs: https://vanduo-oss.github.io/vd3-docs/ · Migration guide: https://vanduo-oss.github.io/vd3-docs/guides/migration

The zero-build Vanilla engine of the Vanduo design system.

Drop-in HTML/CSS/JS — 48+ components driven by .vd-* classes and data-vd-* attributes, an imperative window.Vanduo runtime, and a strict --vd-* token API. Zero runtime dependencies; consumes design tokens from @vanduo-oss/core. Need Vue 3 instead? See @vanduo-oss/vue.

Install

pnpm add @vanduo-oss/framework
import "@vanduo-oss/framework/css";
import { Vanduo } from "@vanduo-oss/framework";

Vanduo.init();

Quick start (no build)

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/vanduo-oss/framework@v1.7.1/dist/vanduo.min.css">
<script src="https://cdn.jsdelivr.net/gh/vanduo-oss/framework@v1.7.1/dist/vanduo.min.js"></script>
<script>
  Vanduo.init();
</script>

Production tip: pin the version and add Subresource Integrity (integrity="sha384-…" crossorigin="anonymous") to CDN tags. Get the hash from the per-file "SRI" button on jsdelivr.com.

Documentation

License

MIT © Vanduo — third-party notices in THIRD-PARTY-LICENSES.

About

[RETIRED 2026-07-25] The zero-build Vanilla CSS/JS engine of Vanduo. No vanilla successor — the active line, @vanduo-oss/vd3, is Vue 3 only.

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages