https://github.com/sakura-flutter/handsontable-vue3
在 Handsontable 中使用 Vue 组件
https://github.com/sakura-flutter/handsontable-vue3
Last synced: 11 months ago
JSON representation
在 Handsontable 中使用 Vue 组件
- Host: GitHub
- URL: https://github.com/sakura-flutter/handsontable-vue3
- Owner: sakura-flutter
- License: mit
- Created: 2025-06-29T13:24:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T15:30:13.000Z (12 months ago)
- Last Synced: 2025-07-06T15:34:08.660Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en-US.md
- License: LICENSE
Awesome Lists containing this project
README
# Handsontable Vue3
A simplified example that only implements the Cell renderer, allowing you to use Vue to customize cells.
**This is experimental and not published as a package, still requiring dependency on `@handsontable/vue3`.**
Inspired by the official `@handsontable/react-wrapper`.
You can check the official progress [here](https://github.com/handsontable/handsontable/issues/10257).
## Development
```bash
# install dependencies
$ pnpm install
# develop library by docs demo
$ pnpm start
# build library source code
$ pnpm run build
# build library source code in watch mode
$ pnpm run build:watch
# build docs
$ pnpm run docs:build
# Locally preview the production build.
$ pnpm run docs:preview
# check your project for potential problems
$ pnpm run doctor
# Test
$ pnpm test
# Coverage
$ pnpm test:cov
# Lint
$ pnpm lint
```
## LICENSE
MIT