A Vue.js project
使用vue-cli构建的一个表格组件,类似Excel冻结窗口的功能,
#功能列表 1、列排序 2、表头固定 3、首列固定 4、可编辑某一列内容 5、树形结构
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --reportFor detailed explanation on how things work, checkout the guide and docs for vue-loader.