nocobase/packages/app
chenos 9daae13c68
feat: improve plugins (#14)
* feat: delete defined resources

* feat: api client

* feat: view fields & tab field options & page info...

* fix: view type
2020-11-13 22:01:14 +08:00
..
mock 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
src feat: improve plugins (#14) 2020-11-13 22:01:14 +08:00
.editorconfig 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.env.example 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.fatherrc.ts 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.gitignore 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.prettierignore 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.prettierrc 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.umirc.ts 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
nodemon.json 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
package.json refactor: code cleanup 2020-11-11 20:57:18 +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