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 35ca56437c
chore: update scripts
2 years ago
..
http feat: Dynamically get the menu from the back end 2 years ago
src feat: Improve the front-end and back-end permission mode and useAccess 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 chore: remove sqlite 2 years ago
package.json chore: update scripts 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