Document Guide
TIP
This document has a large number of interactive examples to help you understand how to use it, but some functions are encapsulated based on @lark-base-open/js-sdk
, which need to be opened in Feishu Base to work properly. For this, you can use this document as a plugin, add it to the plugin list, and then open it in Feishu Base.
Online Access
Click https://use-bitable.vercel.app/ to access the document online, or add the link to the plugin list of Feishu Base to view the complete example.
Local Run
Clone the repository
bash
git clone git@github.com:497363983/useBitable.git
1
Go to the folder
bash
cd ./useBitable
1
Install dependencies
bash
npm i
1
Run
bash
npm run docs:dev
1
View
Open the browser and visit http://localhost:5173
, or add the link to the plugin list of Feishu Base to view the complete example.
Glossary
English | Chinese | Description |
---|---|---|
Bitable , Base | 多维表格 | Feishu Base |
Composables | 组合式函数 | The tool functions based on the Vue 's Composition API |
Composition API | 组合式 API | The Composition API of Vue |