nocobase/packages/app
Junyi df2137da79
Feature: filter for linkTo field (#64)
* feat: add scope select for relation field

* fix: add associatedKey support for drawerSelect component

* refactor: use 'component.x-component-props.filter' as filter type

* fix: remove user group field

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-02-18 08:55:46 +08:00
..
mock 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
src Feature: filter for linkTo field (#64) 2021-02-18 08:55:46 +08:00
.editorconfig 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.env.example fix: By USE_STATIC_SERVER environment to determine whether to start the static server 2020-12-23 21:04:03 +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
.prettierignore 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.prettierrc 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.umirc.ts feat: support document title 2020-12-19 15:48:56 +08:00
nodemon.json 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
package.json Feature/action logs (#61) 2021-01-29 23:53:50 +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

NocoBase Application

Getting Started

Install dependencies,

$ yarn install

Start the dev server,

$ yarn start