svrx
  • Languages
  • svrx
  • svrx
    • SUMMARY
    • Contributing to svrx
    • Getting Started
    • Blog
      • Server-X: A Pluggable Platform For Local Frontend Development
    • Guide
      • API Reference
      • Option Reference
      • How To Use Routes
    • Plugins
      • How To Write A Plugin
      • How To Use Plugins
    • Practice
      • Integrations
      • Recipes
  • svrx
    • 概要
    • 贡献指南
    • 快速上手
    • Blog
      • Server-X:一款可能提升你十倍工作效率的工具
      • 使用 svrx 实现更优雅的接口 Mock
      • 说说 Server-X 的免安装插件机制
    • 进阶指南
      • API 索引
      • 参数列表
      • Routing 路由的使用
    • 插件体系
      • 如何写一个插件
      • 插件的使用
    • 项目实战
      • 结合主流脚手架使用
      • 特定场景使用
Powered by GitBook
On this page
  • Features
  • Install & Usage
  • Official Plugins
  • Debug
  • Mock
  • Build & Compile
  • Serve
  • Network
  • Utility
  • More

Was this helpful?

svrx

PrevioussvrxNextSUMMARY

Last updated 3 years ago

Was this helpful?

svrx(server-x) is a pluggable platform built for efficient front-end development.

As a front-end developer, to meet different kind of development requirements, usually we will have one or more set of fixed development environment, in which may include a local dev server and many other debug tools. It's difficult to maintain a development environment: you need to install and configure every tool separately. Besides, you may also need to enable or disable a tool when switching among projects.

To solve the problem, we plan to integrate all the development services and tools into a pluggable platform,

and name it svrx. With svrx, you can freely pick and combine any services(plugins) you want, like static serve, proxy, remote debugging and etc, without concerning about plugin installation.

Now, svrx makes it possible for us to easily customize the development environment for each project, and instead of downloading many other packages, all you need to do is just install svrx.

Features

  • static serve

  • proxy

  • page live reload

Install & Usage

Official Plugins

Debug

Mock

Build & Compile

Serve

Network

Utility

More

with hot reloading

and you can do more:

View for more details.

: remote debugging based on weinre.

: open a dev tool on mobile based on eruda

: based on , help us to get a full fake REST API with zero coding.

: Provide us with a convenient way to mock data

: support of webpack, including building, hot-reload and etc.

: preview markdown file, support hot-reload, auto-scroll...

: Convert the JSON response to a json viewer's page, but it won't affect the response via ajax or fetch.

: expose your localhost to the world for easy testing and sharing.

: display the qrcode of current page.

See for more plugins that available in community.

Reading , It’s not difficult to publish your own plugin

routing
plugin
quick start
svrx-plugin-weinre
svrx-plugin-eruda
svrx-plugin-json-server
json-server
svrx-plugin-mock
svrx-plugin-webpack
svrx-plugin-markdown
svrx-plugin-json-viewer
svrx-plugin-localtunnel
svrx-plugin-qrcode
plugin list
plugin development guide