1.0.14 • Published 5 years ago

lg-vue-ui v1.0.14

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

lg-vue-ui

柳州钢铁集团公司所用,基于element.ui封装的控件库,控件的api说明可以使用

npm run dev

运行的测试页面查看。该测试页面是各控件的文档。

Build Setup

# install dependencies
npm run bootstrap

# build new component
npm run build:new componentName

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run all tests
npm run test

安装

  • yarn
yarn add lg-vue-ui
  • npm
npm install lg-vue-ui --save

在项目中使用

import Lgui from 'lg-vue-ui' // 引入组件库
import 'lg-vue-ui/lib/theme/index.css' // 引入样式库

Vue.use(Lgui)

按需引入,需要先安装插件

  • yarn
yarn add babel-plugin-import --dev
  • npm
npm install babel-plugin-import --save-dev
import {ButtonDemo} from 'lg-vue-ui';
import 'lg-vue-ui/lib/theme/button-demo.css';

Vue.use(ButtonDemo);

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago