合同小程序后台管理系统前端代码
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.

15 lines
189 B

3 months ago
  1. # Test Server
  2. It is used to start the test interface service, which can test the upload, websocket, login and other interfaces.
  3. ## Usage
  4. ```bash
  5. cd ./test/server
  6. yarn
  7. yarn start
  8. ```