Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 966 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 966 Bytes

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.