Freqtrade UI build with Vue.js and boostrap-vue.
This project is still in it's early stages, and is not yet stable nor recommended to be used for productiion 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
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.