vue based frontend for core-pool
# 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.
# 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.
{
email [email protected]
}
your.pool.domain.com {
file_server
root * /home/etclabscore/vue-core-pool/dist
try_files {path} /index.html
encode gzip
}
vue-core-pool is built using Vue.js, NuxtJS, and Vuetify. If modifying/contributing a basic understanding of these frameworks is recommended.