@handsontable/vue

v0.0.0-next-cdbcf02-20240529
Best Data Grid for Vue with Spreadsheet Look and Feel.
handsontable component data table grid data table data grid spreadsheet sheet and 16 more...

test

jest

build

npm run clean && npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:min

clean

rimraf ./es/ && rimraf ./commonjs/ && rimraf ./dist/ && rimraf ./*.d.ts

build:es

cross-env NODE_ENV=es rollup -c --bundleConfigAsCjs

watch:es

cross-env NODE_ENV=es rollup -c --watch

build:min

cross-env NODE_ENV=min rollup -c --bundleConfigAsCjs

build:umd

cross-env NODE_ENV=umd rollup -c --bundleConfigAsCjs

watch:umd

cross-env NODE_ENV=umd rollup -c --watch

build:esDts

cross-env NODE_ENV=esDts rollup -c && rimraf ./buildTemp/

build:commonjs

cross-env NODE_ENV=cjs rollup -c --bundleConfigAsCjs

watch:commonjs

cross-env NODE_ENV=cjs rollup -c --watch

publish-package

npm publish
npm i @handsontable/[email protected]

Metadata

Downloads