English | Chinese
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.
npm i tyh-ui
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),
})