Skip to content
View vui-design's full-sized avatar

Block or report vui-design

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vui-design/README.md

Vui Design

A high quality UI Toolkit based on Vue.js 2.x

NPM version NPM downloads NPM downloads

david deps david devDeps

Features

  • Dozens of useful and beautiful components.
  • Friendly API. It's made for people with any skill level.
  • Extensive documentation and demos.
  • It is quite beautiful.
  • Supports both Vue.js 2 and Vue.js 1.

Install

Using npm:

npm install vui-design --save

Using a script tag for global use:

<script src="//unpkg.com/vui-design/dist/vui-design.min.js"></script>
<link type="text/css" rel="stylesheet" href="//unpkg.com/vui-design/dist/style/vui-design.css" />

You can find more info on the website.

Usage

import "vui-design/dist/style/vui-design.css";
import Vue from "vue";
import VuiDesign from "vui-design";

Vue.use(VuiDesign);

// or
import "vui-design/dist/style/vui-design.css";
import Vue from "vue";
import { Button, Input } from "vui-design";

Vue.use(Button);
Vue.use(Input);

For more information, please refer to Getting Started in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Docs

中文文档

Ecosystem Links

Major Contributors

Name Avatar
Vui Design

License

MIT

Copyright (c) 2018-present, Vui Design

Popular repositories Loading

  1. vui-design vui-design Public

    A high quality UI Toolkit built on Vue.js 2.*.

    JavaScript 13

  2. vui-design-pro vui-design-pro Public

    An out-of-box UI solution for enterprise applications as a Vue boilerplate.

    Vue 6

  3. vui-design-doc vui-design-doc Public

    A high quality UI Toolkit built on Vue.js 2.*.

    JavaScript 5 1

  4. vui-design-v3 vui-design-v3 Public

    A high quality UI Toolkit built on Vue.js 3.*.

    TypeScript 1

  5. classes classes Public

    原生 js 实现跨浏览器元素 class 类名操作

    JavaScript

  6. modal modal Public

    基于 jQuery 的 web 弹框插件

    JavaScript