Tyh2001 / tyh-ui2-docs

🐣 tyh UI2 老版本官方文档。(🐣 Official document of old version of tyh UI2.)

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

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 the vue3.0 version, fully embraces vue3.0.

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

About

🐣 tyh UI2 老版本官方文档。(🐣 Official document of old version of tyh UI2.)

https://tianyuhao.cn/v3-old

License:MIT License


Languages

Language:HTML 50.5%Language:Vue 35.3%Language:JavaScript 13.9%Language:CSS 0.3%