A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!
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.
 
 
 
 
 
Electrolux 954f04f1c8
fix(koa->upload): fix the error that occurs when uploading files in the `test server` of Koa. (#3698)
2 years ago
..
controller perf: Refactor vite configuration 3 years ago
service fix(koa->upload): fix the error that occurs when uploading files in the `test server` of Koa. (#3698) 2 years ago
README.md perf: Refactor vite configuration 3 years ago
ecosystem.config.cjs feat(deps): update vite version to 5.x (#3508) 2 years ago
index.ts perf: Refactor vite configuration 3 years ago
nodemon.json perf: Refactor vite configuration 3 years ago
package.json fix(test-server): test-server can not lanuch (#3554) 2 years ago
routes.ts perf: Refactor vite configuration 3 years ago
tsconfig.json perf: Refactor vite configuration 3 years ago
utils.ts perf: Refactor vite configuration 3 years ago

README.md

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