0.2.5 • Published 5 years ago

jxh-ui-pc v0.2.5

Weekly downloads
24
License
-
Repository
-
Last release
5 years ago

jxh-ui

使用 npm 或 yarn 安装

npm install jxh-ui-pc --save
yarn add jxh-ui

示例

import Vue from 'vue';
import { Button } from 'jxh-ui-pc';
Vue.use(Button);

引入样式

import 'jxh-ui/jxh-ui-pc.css';

按需加载

使用 babel-plugin-import(推荐)。

// .babelrc or babel-loader option
{
  "plugins": [
    ["import", { "libraryName": "jxh-ui", "libraryDirectory": "lib", "style": "css" }] // `style: true` 会加载 less 文件
  ]
}
0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.7

5 years ago