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

1.14.9 • Public • Published

onev-ui

onemt 基于vue 组件化后台框架

Install

npm install onev-ui

Quick Start

import Vue from 'vue'
import OnemtUI from 'onev-ui'
 
Vue.use(OnemtUI)
 
// or
import {
  Select,
  Button
  // ...
} from 'onev-ui'
 
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Browser Support

Modern browsers and Internet Explorer 10+.

/onev-ui/

    Package Sidebar

    Install

    npm i onev-ui

    Weekly Downloads

    2

    Version

    1.14.9

    License

    MIT

    Unpacked Size

    12 MB

    Total Files

    946

    Last publish

    Collaborators

    • nocoolyoyo