vue x table with element-ui
- make sure node and npm installed;
> npm install vue-element-xtable
import vue from 'vue';
import ElementUI from 'element-ui';
import XTable from 'vue-element-xtable';
// install
vue.use(elementUi);
vue.use(XTable);
- 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 atlib
folder;