vue-vben-admin/apps/backend-mock
Netfan 1ad54561b0
Some checks are pending
CI / Test (ubuntu-latest) (push) Waiting to run
CI / Test (windows-latest) (push) Waiting to run
CI / Lint (ubuntu-latest) (push) Waiting to run
CI / Lint (windows-latest) (push) Waiting to run
CI / Check (ubuntu-latest) (push) Waiting to run
CI / Check (windows-latest) (push) Waiting to run
CI / CI OK (push) Blocked by required conditions
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Deploy Website on push / Deploy Push Playground Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Docs Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Antd Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Element Ftp (push) Waiting to run
Deploy Website on push / Deploy Push Naive Ftp (push) Waiting to run
Deploy Website on push / Rerun on failure (push) Blocked by required conditions
Release Drafter / update_release_draft (push) Waiting to run
feat: add noBasicLayout in route meta (#5386)
所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为
2025-01-14 12:12:08 +08:00
..
api fix: vxeGrid default sort data no effect in first query (#5141) 2024-12-15 12:52:56 +08:00
middleware feat: refactor and improve the request client and support refreshToken (#4157) 2024-08-19 22:59:42 +08:00
routes feat: use simpler nitro instead of nestjs to implement mock service 2024-07-20 08:31:05 +08:00
utils feat: add noBasicLayout in route meta (#5386) 2025-01-14 12:12:08 +08:00
.env feat: refactor and improve the request client and support refreshToken (#4157) 2024-08-19 22:59:42 +08:00
error.ts fix: change deprecated func (#4236) 2024-08-26 20:32:02 +08:00
nitro.config.ts fix: remove vite-plugin-lib-inject-css (#4793) 2024-11-02 15:30:49 +08:00
package.json feat: add vxe-table component (#4563) 2024-10-04 23:05:28 +08:00
README.md feat: refactor and improve the request client and support refreshToken (#4157) 2024-08-19 22:59:42 +08:00
tsconfig.build.json feat: add backend-mock app 2024-06-30 14:09:44 +08:00
tsconfig.json feat: use simpler nitro instead of nestjs to implement mock service 2024-07-20 08:31:05 +08:00

@vben/backend-mock

Description

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

Running the app

# development
$ pnpm run start

# production mode
$ pnpm run build