2.16.6 • Published 11 months ago

@shinhotech/sh-ui v2.16.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

A Vue.js 2.0 UI Toolkit for Web.

本项目是在element-ui 基础上,进行定制化开发。更名为@shinhotech/sh-ui。

Develop Docs

为本项目提交源码,可以阅读以下文档加深对本项目的理解。

Links

Install

npm install @shinhotech/sh-ui -S

Quick Start

import Vue from 'vue'
import Element from '@shinhotech/sh-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from '@shinhotech/sh-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Changelog

Detailed changes for each release are documented in the release notes.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Contribution

Please make sure to read the contributing guide (中文 | English | Español | Français) before making a pull request.

Let's fund issues in this repository

LICENSE

MIT

2.16.5

11 months ago

2.16.6

11 months ago

2.16.3

2 years ago

2.16.4

2 years ago

2.16.1

2 years ago

2.15.10

2 years ago

2.15.8

2 years ago

2.15.9

2 years ago

2.16.0

2 years ago

2.15.7

3 years ago

2.15.6

3 years ago

2.15.2

3 years ago

2.15.1

3 years ago