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 ca1cad0cd3
feat: add backend-mock app
2 years ago
..
http feat: add backend-mock app 2 years ago
src feat: add backend-mock app 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: add backend-mock app 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