Skip to content
On this page

YZhanUI Documents

GitHub licenseie11
A UI Compoentents Library for Vue.js

Select the component on the left to view the demo and code

Quick Start

Setup

Node.js

javascript
npm i yzhanui
import yzhanUI from 'yzhanui'

Usage

Document Online
Document Screenshot

Development

shell
yarn install
yarn build # build the production version
yarn docs:dev # preivew the vitepress document
yarn docs:build # build the vitepress document
./deploy.sh # deploy the vitepress document into github gage