You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| .github | 3 years ago | |
| .husky | 3 years ago | |
| assets | 3 years ago | |
| components | 2 years ago | |
| content/help/miners | 3 years ago | |
| i18n | 2 years ago | |
| layouts | 3 years ago | |
| pages | 2 years ago | |
| params | 2 years ago | |
| plugins | 2 years ago | |
| screenshots | 3 years ago | |
| scss | 2 years ago | |
| static | 3 years ago | |
| store | 3 years ago | |
| test | 3 years ago | |
| .babelrc | 3 years ago | |
| .editorconfig | 3 years ago | |
| .eslintrc.js | 3 years ago | |
| .gitattributes | 3 years ago | |
| .gitignore | 3 years ago | |
| .prettierrc | 3 years ago | |
| README.md | 3 years ago | |
| jest.config.js | 3 years ago | |
| jsconfig.json | 3 years ago | |
| nuxt.config.js | 2 years ago | |
| package.json | 2 years ago | |
| yarn.lock | 2 years ago | |
README.md
vue-core-pool
vue based frontend for core-pool
Install
# clone the repo
git clone https://github.com/yuriy0803/open-etc-pool-friends.git
cd new-web
# 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 your@email.com
}
your.pool.domain.com {
file_server
root * /home/pool/open-etc-pool-friends/new-web/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.
