You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vben 9572d1a1c5
feat: Dynamically get the menu from the back end
2 years ago
..
http feat: Dynamically get the menu from the back end 2 years ago
src feat: Dynamically get the menu from the back end 2 years ago
README.md feat: add backend-mock app 2 years ago
ecosystem.config.cjs feat: add backend-mock app 2 years ago
nest-cli.json feat: add backend-mock app 2 years ago
package.json feat: Dynamically get the menu from the back end 2 years ago
tsconfig.build.json feat: add backend-mock app 2 years ago
tsconfig.json feat: add backend-mock app 2 years 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