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

0.0.7 • Public • Published

基于Element UI 2.4.6,修改部分bug,以及完成部分特殊需求

Install

npm install aimt-ui -s

Quick Start

import Vue from 'vue'
import ElementMtExt from 'aimt-ui'

Vue.use(ElementMtExt)

// or
import {
  Select,
  Button
  // ...
} from 'aimt-ui'

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

Browser Support

Modern browsers and Internet Explorer 10+.

开发

npm run dev http://0.0.0.0:8085

发布

npm run pub

/aimt-ui/

    Package Sidebar

    Install

    npm i aimt-ui

    Weekly Downloads

    0

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    5.85 MB

    Total Files

    781

    Last publish

    Collaborators

    • pfctluke