Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Tyh2001/tyh-ui

🤣 仓库不再维护,请移步到:https://github.com/Tyh2001/tyh-ui2。(🤣 The warehouse is no longer maintained. Please move to: https://github.com/Tyh2001/tyh-ui2.)
https://github.com/Tyh2001/tyh-ui

conponemt css javascript less tyh-ui ui vue

Last synced: about 1 month ago
JSON representation

🤣 仓库不再维护,请移步到:https://github.com/Tyh2001/tyh-ui2。(🤣 The warehouse is no longer maintained. Please move to: https://github.com/Tyh2001/tyh-ui2.)

Lists

README

        




English | Chinese



npm package


docs


README_zh

## Introduction:bulb:

Tyh UI is a desktop lightweight UI component library based on vue 2.0

> Development depends on individuals

tyh ui is a desktop lightweight UI component library based on Vue 2.0 independently developed by tyh2001.

If you have any problems or bugs in use, you may wish to give feedback in lsuse of the warehouse. I'm happy to make improvements.

> Light weight and easy maintenance

tyh ui is an extremely lightweight component library. It does not have so many complex directory structures and redundant code, so it is clear.

But at the same time, there are still many places to maintain and improve tyh UI, which is far from perfect. I am trying to improve it.

## Install:wrench:

```shell
npm i tyh-ui
```

## Quick Start:key:

```js
import Vue from 'vue'
import App from './App.vue'

import tyhUi from 'tyh-ui'
import 'tyh-ui/style/index.css'
Vue.use(tyhUI)

new Vue({
el: '#app',
render: (h) => h(App),
})
```

## Contribution:wave:



tyh2001