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 2 months ago
JSON representation
🤣 仓库不再维护,请移步到:https://github.com/Tyh2001/tyh-ui2。(🤣 The warehouse is no longer maintained. Please move to: https://github.com/Tyh2001/tyh-ui2.)
- Host: GitHub
- URL: https://github.com/Tyh2001/tyh-ui
- Owner: Tyh2001
- Archived: true
- Created: 2021-06-04T03:56:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T02:26:06.000Z (over 2 years ago)
- Last Synced: 2024-08-01T01:28:01.768Z (4 months ago)
- Topics: conponemt, css, javascript, less, tyh-ui, ui, vue
- Language: Vue
- Homepage: https://github.com/Tyh2001/tyh-ui2
- Size: 833 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-vue3 - tyh-ui
README
English | Chinese## 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