This plugin is used to show the card view.
-
克隆到本地
[email protected]:seafileltd/seatable-plugin-gallery-view.git
-
安装依赖
npm install
-
执行运行命令
npm run start 或者 npm start
-
在修改 plugin-config 中 info.json 文件
{ "name": '', "version": '', "display_name": '', "description": '', }
注: 具体参数如下
- name: 插件名字,不能和其他插件冲突,只能包含字母、数字和下划线
- version: 版本号
- display_name: 显示的名称
- description: 插件描述
-
运行 npm run build-plugin 打包插件