Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Tyh2001/tyh-ui

Repository files navigation

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:

npm i tyh-ui

Quick Start:key:

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