mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Freqtrade UI - Frontend for Freqtrade
.github | ||
public | ||
src | ||
.browserslistrc | ||
.dockerignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.json | ||
babel.config.js | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
vue.config.js |
frequi
Freqtrade UI build with Vue.js and boostrap-vue.
WARNING
This project is still in it's early stages (consider it early-alpha), and is not yet stable nor recommended to be used for production usages.
It will require Freqtrade to be running on the same host with the API enabled under (localhost:8081
). This port can be changed in vue.config.js
.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Build and run docker version
docker-compose build
docker-compose up -d
# Access using http://localhost:8080/