A vue.js based OpenRPC viewer and editor.
npm install
- ROUTER_MODE: vue-router history mode option ('history', 'hash'). default: hash.
- BASE_URL: base URL of the app. For example, if the entire single page application is served under /d0x/, then base should use the value "/d0x/". default "/"
npm run serve
npm run build