https://github.com/seatable/seatable-plugin-kanban
Display your records as cards on a kanban board.
https://github.com/seatable/seatable-plugin-kanban
Last synced: 5 months ago
JSON representation
Display your records as cards on a kanban board.
- Host: GitHub
- URL: https://github.com/seatable/seatable-plugin-kanban
- Owner: seatable
- Created: 2021-05-07T02:37:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T06:01:55.000Z (about 1 year ago)
- Last Synced: 2025-05-12T07:22:16.641Z (about 1 year ago)
- Language: JavaScript
- Size: 7.09 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# seatable-plugin-kanban
Display your records as cards on a kanban board.
## 项目运行说明
1. 克隆到本地
```git clone git@github.com:seatable/seatable-plugin-kanban.git```
2. 安装依赖
```npm install```
3. 执行运行命令
```npm run start 或者 npm start```
## seatable-plugin-kanban 打包
1. 在修改 plugin-config 中 info.json 文件
```
{
"name": '',
"version": '',
"display_name": '',
"description": '',
}
```
**注: 具体参数如下**
* name: 插件名字,不能和其他插件冲突,只能包含字母、数字和下划线
* version: 版本号
* display_name: 显示的名称
* description: 插件描述
2. 打包插件
**⚠️注意:打包插件需遵循如下步骤**
2.1 修改 plugin-config/info.json 中的 version 为指定版本号
2.2 修改 package.json 中的 version 为指定版本号
2.3 运行 npm install 命令保证项目中安装的是最新依赖
2.4 运行 npm run build-plugin 打包插件