nocobase/packages/app
2021-04-07 17:48:47 +08:00
..
mock 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
src refactor(app): clean up the client code 2021-04-06 12:52:59 +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 chore(versions): publish packages 0.4.0-alpha.4 2021-04-07 17:48:47 +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