Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lancejiang/lance-element-vue2

基于vue-cli3的lance-element-vue2公用库
https://github.com/lancejiang/lance-element-vue2

component element-ui vue vue2 vuejs vxe-table

Last synced: about 3 hours ago
JSON representation

基于vue-cli3的lance-element-vue2公用库

Awesome Lists containing this project

README

        

# lance-element-vue2
vue-cli3构建基于elementUI二次封装库 并集成 vxe-table

### Install
```
npm install lance-element-vue2 -S
```

### Usage
```
import Vue from "vue"
import LanceElement from 'lance-element-vue2'
import 'lance-element-vue2/style/index.scss'
Vue.use(LanceElement)
```
在项目中使用
```

```