8000 GitHub - yinhang/T-UI: This is a high quantity components library for VUE
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yinhang/T-UI

Repository files navigation

T-UI

A High Quantity UI Toolkit By VUE.

usage

#not suuported npm yet, just foking and expanding first
#it will be
npm install tui --save

import full TUI

import Vue from 'vue';
import TUI from 'tui';
Vue.use(TUI);

import part of TUI

import Vue from 'vue';
import {Button} from 'tui';
Vue.use(Button);

installation

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

Contribution

  1. Fork t-ui repository and clone to your own repository to local
  2. Enjoy coding ...
  3. Push to your github and commit a pull request
  4. Come on ! I'm waiting for you

Component Support In v1.0.0

Button

Todo

  1. Continue to add new component
  2. Github-CI and Issue-Solution
  3. Unit test
  4. Special component design

Join us

...

About

This is a high quantity components library for VUE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0