Installation
Note: bin-ui-design only supports Vue 3. If you are using Vue 2, please use bin-ui.
Latest Version
npm
We recommend using pnpm for installation, as it integrates better with bundlers and TypeScript. It also supports on-demand imports.
sh
npm i bin-ui-design
# or
yarn add bin-ui-design
# or
pnpm add bin-ui-designUsage in SFC
We recommend using it in a Single File Component (SFC) environment. You can either import components directly or install them globally in your Vue app.
See Usage in SFC