vben 484a0903e9 chore: update deps 9 months ago
..
http 9572d1a1c5 feat: Dynamically get the menu from the back end 9 months ago
src 692225cfff chore: remove sqlite 9 months ago
README.md ca1cad0cd3 feat: add backend-mock app 9 months ago
ecosystem.config.cjs ca1cad0cd3 feat: add backend-mock app 9 months ago
nest-cli.json 692225cfff chore: remove sqlite 9 months ago
package.json 484a0903e9 chore: update deps 9 months ago
tsconfig.build.json ca1cad0cd3 feat: add backend-mock app 9 months ago
tsconfig.json ca1cad0cd3 feat: add backend-mock app 9 months ago

README.md

@vben/backend-mock

Description

Vben Admin Pro 数据mock服务

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod