tachybase_todo/packages/app
Junyi cb8edc7b75
feat: export plugin (#73)
* feat: add data export action in table view

* feat: add data render based on interface type for exporting

* fix: use rewrite action name for permissions

* feat: add support for subTable type field

* add datetime render

* export filter support selectedRowKeys

* docs

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-05-17 11:11:49 +08:00
..
mock 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
src feat: export plugin (#73) 2021-05-17 11:11:49 +08:00
.editorconfig 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.fatherrc.ts 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.gitignore feat: add drawerSelect component for linkTo 2020-12-22 19:12:30 +08:00
.npmignore chore: update npm packages 2021-04-07 09:50:00 +08:00
.prettierignore 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.prettierrc 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.umirc.ts fix: specify the env file path 2021-03-30 17:01:13 +08:00
package.json feat: upload component supports accept property 2021-04-22 18:44:55 +08:00
README.md 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
tsconfig.json 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
typings.d.ts 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
umi.js fix: skip postinstall when umi does not exist 2021-04-07 19:36:09 +08:00

NocoBase Application

Getting Started

Install dependencies,

$ yarn install

Start the dev server,

$ yarn start