Freqtrade UI - Frontend for Freqtrade
Go to file
2020-05-17 20:43:19 +02:00
.github/ISSUE_TEMPLATE Create issue templates 2020-05-14 11:33:23 +02:00
public init 2020-05-04 06:31:12 +02:00
src Add daily statistics 2020-05-17 20:43:19 +02:00
.browserslistrc init 2020-05-04 06:31:12 +02:00
.eslintrc.js Trades base 2020-05-04 07:28:53 +02:00
.gitignore init 2020-05-04 06:31:12 +02:00
.prettierrc.json Initial project 2020-05-04 06:55:18 +02:00
babel.config.js Header ... 2020-05-04 07:20:02 +02:00
LICENSE Create License 2020-05-14 11:57:47 +02:00
package-lock.json Add router ... 2020-05-06 21:23:47 +02:00
package.json Add router ... 2020-05-06 21:23:47 +02:00
README.md Update readme.md 2020-05-14 11:11:57 +02:00
vue.config.js Add trades list 2020-05-06 21:23:34 +02:00

frequi

Freqtrade UI build with Vue.js and boostrap-vue.

WARNING

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.

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

Customize configuration

See Configuration Reference.