HarleenDance / tyh-ui

:star2: 一个轻量级组件库,基于 vue3 + typescript,全面拥抱 vue3。(A lightweight component library, based on vue3 + typescript, fully embraces vue3.)

Home Page:https://tianyuhao.cn/v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | Chinese

npm package CHANGELOG docs README_zh

Introduction:bulb:

A lightweight component library, based on vue3 + typescript, fully embraces vue3.

Simplicity first

Tyh-ui is very concise and clear as a whole, although it does not have many advanced components,But the results were achieved in a simple way.

Light weight and easy

Easy to use, simple configuration, clear directory, simple structure, lightweight components, easy to use, as easy as copy and paste.

Install:wrench:

npm i tyh-ui2

Quick Start:key:

import { createApp } from 'vue'
import App from './App.vue'
import tyhUi2 from 'tyh-ui2'
import 'tyh-ui2/style/index.css'

createApp(App).use(tyhUi2).mount('#app')

About:page_facing_up:

  • Detailed changes for each release are documented in the CHANGELOG.
  • For the installation and contribution of the project, please refer to contributing.
  • Vulnerabilities can be reported here.

Thank a lot:sparkling_heart:

Star

Stargazers repo roster for @Tyh2001/tyh-ui

Fork

Forkers repo roster for @Tyh2001/tyh-ui

About

:star2: 一个轻量级组件库,基于 vue3 + typescript,全面拥抱 vue3。(A lightweight component library, based on vue3 + typescript, fully embraces vue3.)

https://tianyuhao.cn/v3

License:MIT License


Languages

Language:Vue 38.8%Language:TypeScript 24.1%Language:SCSS 18.6%Language:CSS 18.1%Language:JavaScript 0.3%Language:HTML 0.1%Language:Shell 0.1%