1.0.4 • Published 2 years ago

test-nh-element-ui v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装

npm install nh-element-ui -S

快速开始

全局引入

import Vue from 'vue'
import NhElement from 'nh-element-ui';
import 'nh-element-ui/lib/theme-chalk/index.css';
Vue.use(NhElement);

按需引入

npm install babel-plugin-component -D
// .babelrc
"plugins": [
  [
    "component",
    {
      "libraryName": "nh-element-ui",
      "styleLibraryName": "theme-chalk"
    }
  ]
]
import { Button } from 'nh-element-ui';
Vue.use(Button);
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago