Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 940 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 940 Bytes

README

developmentServer is a productivity tool for frontend to improve product development efficiency.

Features

  • lightweight webServer for vs code
    type "devServer start/stop"
    command

  • livereload
    Auto refresh browser when js/css/html file updated.

  • mock server
    As local mock server for developer

    • support HTTP Web API

      declare "http" section in mock file
      http

    • support websocket API

      declare "websocket" section in mock file
      websocket

  • record toolbar
    It can record and download response data after real request,support xmlhttprequest and websocket.So user can easy generate mock file.
    toolbar

How to customize

TODO

Sample

Use VS Code open the Sample
sample

Author

huke