# darkti

> UI框架

Latest version **0.0.1** (published 2020-05-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install darkti
pnpm add darkti
yarn add darkti
bun add darkti
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2020-05-26 |
| First published | 2020-05-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.8 MB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | darkTi |
| Maintainers | darkti |
| Keywords | vue, ui |

## Links

- npm: https://www.npmjs.com/package/darkti
- Repository: https://github.com/wangdoudou86/darkti-gulu
- Homepage: https://github.com/wangdoudou86/darkti-gulu#readme
- Issues: https://github.com/wangdoudou86/darkti-gulu/issues
- npm.io page: https://npm.io/package/darkti

## Dependencies (2)

- [vue](https://npm.io/package/vue.md) ^2.6.11
- [vue-hot-reload-api](https://npm.io/package/vue-hot-reload-api.md) ^2.3.4

## 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

- 0.0.1 (latest) — 2020-05-26

## README

## 这是一个VUE UI组件
作者：darkTi Wang

[![Build Status](https://www.travis-ci.org/wangdoudou86/darkti-gulu.svg?branch=master)](https://www.travis-ci.org/wangdoudou86/darkti-gulu)

## 介绍
为了练习Vue，写一些简单的小轮子

## 开始使用

1. 添加CSS样式

使用此框架前，请先在css中设置border-box

```
*,*::before,*::after{ box-sizing: border-box; }
```
IE15及以上浏览器都支持此样式

你还需要设置默认颜色等变量（后续会改成SCSS变量）
```
:root {
    --button-height: 32px;
    --font-size: 14px;
    --button-bg: white;
    --button-active-bg: #eee;
    --border-radius: 4px;
    --color: #333;
    --border-color: #999;
    --border-color-hover: #666;
}
```
IE15及以上浏览器都支持此样式

2. 安装darkti-gulu

```
npm i -S darkti-gulu
```

3. 引入darkti-gulu
```
import {Button, ButtonGroup, Icon} from 'darkti-gulu'
import 'darkti-gulu/dist/index.css'
export default {
  name: 'App',
  components: {
    'd-button': Button
  }
```

## 文档

## 提问

## 变更记录

## 联系方式

## 贡献代码

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