yqcomponentui
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install yqcomponentui -S

Quick Start

import Vue from 'vue'
import yqcomponentui from 'yqcomponentui'

Vue.use(yqcomponentui)

// or
import {
  Select,
  Button
  // ...
} from 'yqcomponentui'

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

goal style

import 'yqcomponentui/lib/theme-chalk/index.css'

Browser Support

Modern browsers and Internet Explorer 10+.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.61latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.61
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00
0.1.110
0.1.101
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i yqcomponentui

Weekly Downloads

2

Version

1.0.6

License

MIT

Unpacked Size

11 MB

Total Files

924

Last publish

Collaborators

  • hbj_npm