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

Latest commit

 

History

History
70 lines (51 loc) · 2.19 KB

README.en-US.md

File metadata and controls

70 lines (51 loc) · 2.19 KB

Chinese | English

npm package CHANGELOG docs README_zh

Introduction 💡

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 🔧

# pnpm
pnpm add --save-dev tyh-ui2

# npm
npm install --save-dev tyh-ui2

# yarn
yarn add --save-dev tyh-ui2

Quick Start 🔑

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

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

About 📄

  • 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 💖

Thank all those who have contributed!to tyh-ui2!