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.
vince dd71988253
chore: update deps
1 year ago
..
http feat: Dynamically get the menu from the back end 2 years ago
src perf: Improve the use of store in the app 1 year 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 chore: remove sqlite 2 years ago
package.json chore: update deps 1 year 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