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.
 
 
 
 
 
Vben c4b22a225d fix(upload): make sure to carry custom parameters, fix #802 5 years ago
..
controller feat(test): add jest test suite 5 years ago
service feat(test): add jest test suite 5 years ago
README.md feat(test): add jest test suite 5 years ago
ecosystem.config.js feat(test): add jest test suite 5 years ago
index.ts feat(test): add jest test suite 5 years ago
nodemon.json feat(test): add jest test suite 5 years ago
package.json feat(test): add jest test suite 5 years ago
routes.ts feat(test): add jest test suite 5 years ago
tsconfig.json feat(test): add jest test suite 5 years ago
utils.ts feat(test): add jest test suite 5 years ago
yarn.lock feat(test): add jest test suite 5 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

yarn

yarn start