An open API service indexing awesome lists of open source software.

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 组件

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