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.
 
 
 
 
 
zhuizhubf a634ec3692
fix(@vben/web-ele): fixed some style issues in dark mode (#4436)
8 hours ago
..
api feat: refactor and improve the request client and support refreshToken (#4157) 1 month ago
middleware feat: refactor and improve the request client and support refreshToken (#4157) 1 month ago
routes feat: use simpler nitro instead of nestjs to implement mock service 2 months ago
utils feat: add modal and drawer components and examples (#4229) 4 weeks ago
.env feat: refactor and improve the request client and support refreshToken (#4157) 1 month ago
README.md feat: refactor and improve the request client and support refreshToken (#4157) 1 month ago
error.ts fix: change deprecated func (#4236) 3 weeks ago
nitro.config.ts feat: Feature/pro docs (#70) 2 months ago
package.json chore: use pnpm catalog (#4437) 9 hours ago
tsconfig.build.json feat: add backend-mock app 3 months ago
tsconfig.json feat: use simpler nitro instead of nestjs to implement mock service 2 months ago

README.md

@vben/backend-mock

Description

Vben Admin 数据 mock 服务,没有对接任何的数据库,所有数据都是模拟的,用于前端开发时提供数据支持。线上环境不再提供 mock 集成,可自行部署服务或者对接真实数据,由于 mock.js 等工具有一些限制,比如上传文件不行、无法模拟复杂的逻辑等,所以这里使用了真实的后端服务来实现。唯一麻烦的是本地需要同时启动后端服务和前端服务,但是这样可以更好的模拟真实环境。该服务不需要手动启动,已经集成在 vite 插件内,随应用一起启用。

Running the app

# development
$ pnpm run start

# production mode
$ pnpm run build