This repository was archived by the owner on Mar 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,4 +97,5 @@ Feel free to give us feedback on this wrapper using this [contact form](https://
9797Handsontable comes with more wrappers and directives for popular frameworks:
9898
9999- [ hot-table] ( https://github.com/handsontable/hot-table ) (Polymer - WebComponents)
100- - [ ngHandsontable] ( https://github.com/handsontable/ngHandsontable ) (Angular 1)
100+ - [ ngHandsontable] ( https://github.com/handsontable/ngHandsontable ) (Angular 1)
101+ - [ vue-handsontable-official] ( https://github.com/handsontable/vue-handsontable-official ) (Vue.js)
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ <h2 id="other-wrappers"><a class="header-link" href="#other-wrappers"></a>Other
8989< ul class ="list ">
9090< li > < a href ="https://github.com/handsontable/hot-table "> hot-table</ a > (Polymer - WebComponents)</ li >
9191< li > < a href ="https://github.com/handsontable/ngHandsontable "> ngHandsontable</ a > (Angular 1)</ li >
92+ < li > < a href ="https://github.com/handsontable/vue-handsontable-official "> vue-handsontable-official</ a > (Vue.js)</ li >
9293</ ul >
9394 </ article >
9495 </ body >
Original file line number Diff line number Diff line change 4848 "moment" : " ^2.17.1" ,
4949 "numbro" : " ^1.9.3" ,
5050 "pikaday" : " ^1.5.1" ,
51- "handsontable" : " ^0.31.0 "
51+ "handsontable" : " ^0.31.1 "
5252 },
5353 "scripts" : {
5454 "test" : " npm run _pre-testing && jest" ,
5555 "test:watch" : " npm run _pre-testing && jest --watch" ,
5656 "test:coverage" : " npm run _pre-testing && jest --coverage" ,
5757 "clean" : " rimraf dist" ,
5858 "prepublish" : " npm run clean && npm run build" ,
59- "build" : " webpack -d && npm run uglify" ,
59+ "build" : " webpack && npm run uglify" ,
6060 "full-build" : " npm run build && npm run make-docs" ,
6161 "make-docs" : " npm run _clone-readme && npm run _add-md-tags && npm run _generate-docs && npm run _clean-readme-clone" ,
6262 "uglify" : " uglifyjs ./dist/react-handsontable.js -m -c -o ./dist/react-handsontable.min.js" ,
You can’t perform that action at this time.
0 commit comments