0.2.5 • Published 6 years ago

jxh-ui-pc v0.2.5

Weekly downloads
24
License
-
Repository
-
Last release
6 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

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.7

6 years ago