Giter VIP home page Giter VIP logo

ty-vue-ui's Introduction

ty-design-vue

参考饿了么UI,基于vue框架,构建一套UI框架。

插件安装

npm install ty-design-vue --save。

vue项目引用插件

在vue项目的main.js,引用插件。

完整引用方式

import TyDesignVue from 'ty-design-vue';
Vue.use(TyDesignVue);
import 'ty-design-vue/lib/style.css';

部分引入方式

import {TyButton,TyButtonGroup,TyRow,TyCol,TyPicker,TyDialog,TyIcon} from './components/index.js';
import './components/button/style.css';
Vue.use(TyButton);
import './components/button-group/style.css';
Vue.use(TyButtonGroup);
import './components/row/style.css';
Vue.use(TyRow);
Vue.use(TyCol);
import './components/date-picker/style.css';
Vue.use(TyPicker);
import './components/dialog/style.css';
import './components/utils/popup/style.css';
Vue.use(TyDialog);
import './components/icon/font/iconfont.css';
Vue.use(TyIcon);

使用示例

在views文件中,有各个组件使用案例代码( https://github.com/yaotaiye/ty-vue-ui/tree/master/src/views

组件预览地址

组件参数说明及效果预览地址(https://yaotaiye.github.io/ty-vue-ui/dist/index.html#/)

ty-vue-ui's People

Contributors

yaotaiye avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.