Foundations
Getting Started
Install the design system, import design tokens and Vue components, and render your first component in under five minutes.
Installation
The design system is distributed as an npm package installed directly from GitHub.
npm install git+https://github.com/example/design-system.git
Or add to package.json
"@example/design-system": "git+https://github.com/example/ds"