Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

intech/Block-Explorer

 
 

Repository files navigation

Enecuum explorer αlpha

Usage

install dependencies

npm install
serve with hot reload at localhost:8080 and BootNode address API_URL - ws://127.0.0.1:1554
npm run dev 
serve with hot reload at localhost:8080 and set current BootNode address API_URL
API_URL=ws://host:port npm run dev 
set URL for "download APP" (disabled)
APP=https://example.com npm run dev 

build for production with minification and BootNode address API_URL - ws://127.0.0.1:1554

npm run build

and configure root path for static web server to dist/

build for production and set current BootNode address API_URL

API_URL=ws://host:port npm run build

build for production and view the bundle analyzer report

npm run build --report

About

WebUI Explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 85.6%
  • JavaScript 9.8%
  • CSS 4.3%
  • Other 0.3%