vue spreadsheet
1.0.0
基于Vue2.0+Element-UI实现的在线编辑表格组建,支持基本的数据操作,比如数据编辑、数据校验、批量粘贴复制、autofill填充、列宽调整等等,容易扩展,可以引入第三方vue组件。
# 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 --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.