Skip to content

octanolabs/d0x

Repository files navigation

CircleCI

d0x

A vue.js based OpenRPC viewer and editor.

Viewer Editor Diffs

Project setup

npm install

Environment Variables

  • 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 "/"

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.