Skip to content

vui-design/vui-design

Repository files navigation

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