Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.21 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.21 KB

vue-core-pool

vue based frontend for core-pool

Install

# clone the repo
git clone https://github.com/etclabscore/vue-core-pool.git
cd vue-core-pool

# configure
cp params/example.config.json params/config.json
nano params/config.json

See: params/README.md for more details.

Build Setup

# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ yarn dev

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.

Example caddy v2 config

{
  email [email protected]
}

your.pool.domain.com {
  file_server
  root * /home/etclabscore/vue-core-pool/dist
  try_files {path} /index.html
  encode gzip
}

Development

vue-core-pool is built using Vue.js, NuxtJS, and Vuetify. If modifying/contributing a basic understanding of these frameworks is recommended.

screenshots

index page

index/miners page

pool blocks page

pool blocks page