# element-100

> 一个基于element-ui的补充以及二次封装的组件库

Latest version **1.0.2** (published 2023-10-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install element-100
pnpm add element-100
yarn add element-100
bun add element-100
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2023-10-27 |
| First published | 2023-10-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 6.0.0 |
| Dependencies | 9 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 (+6 in 2 direct dependencies) |
| Install scripts | no |
| Author | 415748629@qq.com |
| Maintainers | moon2023 |

## Links

- npm: https://www.npmjs.com/package/element-100
- npm.io page: https://npm.io/package/element-100

## Dependencies (9)

- [vue](https://npm.io/package/vue.md) ^2.6.12
- [xlsx](https://npm.io/package/xlsx.md) ^0.16.9
- [clipboard](https://npm.io/package/clipboard.md) ^2.0.6
- [element-ui](https://npm.io/package/element-ui.md) ^2.15.8
- [file-saver](https://npm.io/package/file-saver.md) ^2.0.5
- [vue-router](https://npm.io/package/vue-router.md) ^3.4.9
- [vue-cropper](https://npm.io/package/vue-cropper.md) ^0.5.5
- [highlight.js](https://npm.io/package/highlight.js.md) ^10.4.0
- [normalize.css](https://npm.io/package/normalize.css.md) ^8.0.1

## Recent versions

- 1.0.2 (latest) — 2023-10-27
- 1.0.1 — 2023-10-27

## README

# element-ui-sup

### vscode 推荐配置

```json
{
  "editor.formatOnSave": true,
  "eslint.validate": ["javascript", "javascriptreact", "vue", "html", "markdown"],
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "[jsonc]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[markdown]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[vue]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[html]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  }
}
```

### 安装依赖

```
npm install
```

### 启动项目

```
npm run dev
```

### 构建项目

```
npm run build
```

### 发布项目

```
npm publish
```

### 按 eslint 规则格式化所有代码

```
npm run lint
```

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