# cedar-components-web

> cedar-components

Latest version **1.0.19** (published 2023-08-14) · 0 weekly downloads

## Install

```sh
npm install cedar-components-web
pnpm add cedar-components-web
yarn add cedar-components-web
bun add cedar-components-web
```

## 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.0.19 |
| Published | 2023-08-14 |
| First published | 2023-08-14 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 8 |
| Unpacked size | 1.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | 卢帅 |
| Maintainers | lushuaii |

## Links

- npm: https://www.npmjs.com/package/cedar-components-web
- npm.io page: https://npm.io/package/cedar-components-web

## Dependencies (8)

- [vue](https://npm.io/package/vue.md) ^3.2.23
- [dayjs](https://npm.io/package/dayjs.md) ^1.11.4
- [prismjs](https://npm.io/package/prismjs.md) ^1.25.0
- [lodash-es](https://npm.io/package/lodash-es.md) ^4.17.21
- [@vueuse/core](https://npm.io/package/@vueuse/core.md) ^9.0.2
- [ant-design-vue](https://npm.io/package/ant-design-vue.md) ^3.2.10
- [@zxcvbn-ts/core](https://npm.io/package/@zxcvbn-ts/core.md) ^2.0.3
- [cedar-utils-package](https://npm.io/package/cedar-utils-package.md) 1.0.0-alpha-05

## Recent versions

- 1.0.19 (latest) — 2023-08-14

## README

# cedar

## 安装

使用 npm 或 yarn 安装

```bash
pnpm install cedar-components
```

## 引入 cedar-components

### 完整引入

#### 需要注意的是 css 样式文件需要单独引入

在 main.js 中写入以下内容：

```js
import { createApp } from 'vue'
import App from './App.vue'
// 导入组件库
import Cedar from 'cedar-components'
import 'cedar/dist/style.css'

const app = createApp(App)
app.use(Cedar)
app.mount('#app')
```

### 愉快开始

```vue
<cedar-button>默认按钮</cedar-button>
```

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