vue-element-xtable
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

vue-element-xtable

vue x table with element-ui

Getting started

  • make sure node and npm installed;

Install

> npm install vue-element-xtable

Usage

main.js
import vue from 'vue';
import ElementUI from 'element-ui';
import XTable from 'vue-element-xtable';

// install
vue.use(elementUi);
vue.use(XTable);

Development

  • make sure node and npm installed;
  • clone the repo to local;
  • run npm install to install node modules;
  • run npm run build to get an unminified build file at lib folder;

Readme

Keywords

Package Sidebar

Install

npm i vue-element-xtable

Weekly Downloads

0

Version

1.0.5

License

UNLICENSED

Unpacked Size

761 kB

Total Files

21

Last publish

Collaborators

  • liangmayong