vue-vben-admin/apps/test-server
xingyu 1262e13067
升级最新依赖 并修复eslint报错 (#2896)
* chore: update deps

* fix: import.meta.globEager 已过期

* docs: fix doc bugs

* fix: eslint

* fix: lint:prettier

* fix: stylelint

* chore: update deps

* fix: eslint

* refactor: accountdetail setup

* fix: 'Nullable' is not defined

* feat: remove vite-plugin-vue-setup-extend

* chore: remove unplugin-vue-define-options

* fix(component): pageWrapper

use setup

closed #2898

* refactor: PageFooter use setup

---------

Co-authored-by: jinmao88 <50581550+jinmao88@users.noreply.github.com>
2023-07-06 15:00:38 +08:00
..
controller perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
service perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
ecosystem.config.js perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
index.ts perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
nodemon.json perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
package.json 升级最新依赖 并修复eslint报错 (#2896) 2023-07-06 15:00:38 +08:00
README.md perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
routes.ts perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
tsconfig.json perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00
utils.ts perf: Refactor vite configuration 2023-04-05 00:20:48 +08:00

Test Server

It is used to start the test interface service, which can test the upload, websocket, login and other interfaces.

Usage


cd ./test/server

pnpm install

pnpm run start