* feat: routes permissions * fix: try to fix roles.pages action * 多态关联 * bugfix * fix: auto generate when option value is undefined or null * feat: add pages' permissions saving/listing * feat: add permission filter for getRoutes * roles description * feat: get root permissions all true and create user with default role * feat: roles.collections list output with permission * add permissions description * fix: add context to parseApiJson * fix: typo * 小细节补充 Co-authored-by: mytharcher <mytharcher@gmail.com>  | 
			||
|---|---|---|
| .. | ||
| mock | ||
| src | ||
| .editorconfig | ||
| .env.example | ||
| .fatherrc.ts | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| .umirc.ts | ||
| nodemon.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| typings.d.ts | ||
NocoBase Application
Getting Started
Install dependencies,
$ yarn install
Start the dev server,
$ yarn start