Freqtrade UI build with Vue.js and boostrap-vue.
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
.
yarn install
yarn serve
yarn build
yarn lint
docker-compose build
docker-compose up -d
# Access using http://localhost:8080/
cd .devcontainer
docker-compose up -d
docker-compose exec web /bin/bash
then
yarn serve
The goal is it have a complete dev environment very quickly and isolated.
Follow getting strated section.
View > Command palette > Enter: Remote-Containers rebuild container
yarn serve
You now have useful vscode extentions, git support, your command history of the project.