# test-design-vue

> # ldPlus ## 介绍 > 基于 Vue3 + ts 的桌面端UI组件库 ## 安装使用 ```shell # NPM $ npm install @ld/ld-design-vue --save

Latest version **1.1.6** (published 2023-09-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install test-design-vue
pnpm add test-design-vue
yarn add test-design-vue
bun add test-design-vue
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.6 |
| Published | 2023-09-12 |
| First published | 2023-09-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 187.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | p_renpengfei@xuepeiyou.com |
| Maintainers | web-renpengfei |
| Keywords | ld-design-vue, element, component library, ui framework, ui, vue |

## Links

- npm: https://www.npmjs.com/package/test-design-vue
- Repository: https://git.xuepeiyou.com/ledu_fe_tools/ledu-design-vue
- Homepage: https://element-plus.org/
- npm.io page: https://npm.io/package/test-design-vue

## Dependencies (1)

- [element-plus](https://npm.io/package/element-plus.md) ^2.3.12

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.1.6 (latest) — 2023-09-12

## README

<!--
 * @Author: pengfei
 * @Date: 2023-08-30 17:32:03
 * @LastEditors: pengfei
 * @LastEditTime: 2023-08-30 17:32:12
-->
# ldPlus
## 介绍
> 基于 Vue3 + ts 的桌面端UI组件库
## 安装使用
```shell
# NPM
$ npm install @ld/ld-design-vue --save

# Yarn
$ yarn add @ld/ld-design-vue

# pnpm
$ pnpm install @ld/ld-design-vue
```
### 全局注册使用
```js
// 在main.js中按下引入
import ldPlus from '@ld/ld-design-vue'
import '@ld/ld-design-vue/lib/style.css'
Vue.use(ldPlus)
```
### 按需引入
```js
// 单个.vue文件引入
<script setup lang="ts">
import { LdButton } from "@ld/ld-design-vue"
</script>
```
### unpkg

```html
<head>
  <!-- Import style -->
  <link rel="stylesheet" href="//unpkg.com/@ld/ld-design-vue/dist/index.css" />
  <!-- Import component library -->
  <script src="//unpkg.com/@ld/ld-design-vue"></script>
</head>
```

---
_Source: https://npm.io/package/test-design-vue · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
