nocobase/packages/create-nocobase-app/templates/AppGenerator
2021-03-22 13:33:57 +08:00
..
mock first commit 2020-10-24 15:34:43 +08:00
src 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
.editorconfig first commit 2020-10-24 15:34:43 +08:00
.env chore: adjust parameters 2021-03-22 13:33:57 +08:00
.fatherrc.ts first commit 2020-10-24 15:34:43 +08:00
.gitignore.tpl first commit 2020-10-24 15:34:43 +08:00
.prettierignore first commit 2020-10-24 15:34:43 +08:00
.prettierrc first commit 2020-10-24 15:34:43 +08:00
.umirc.ts.tpl first commit 2020-10-24 15:34:43 +08:00
nodemon.json first commit 2020-10-24 15:34:43 +08:00
package.json.tpl 发布核心框架 (#6) 2020-11-11 15:23:39 +08:00
README.md first commit 2020-10-24 15:34:43 +08:00
server.js first commit 2020-10-24 15:34:43 +08:00
tsconfig.json first commit 2020-10-24 15:34:43 +08:00
typings.d.ts first commit 2020-10-24 15:34:43 +08:00

NocoBase Application

Getting Started

Install dependencies,

$ yarn install

Start the dev server,

$ yarn start