Freqtrade UI - Frontend for Freqtrade
Go to file
gautier pialat fb7925e7a1
fix spelling in doc
Co-authored-by: Matthias <xmatthias@outlook.com>
2020-06-04 14:20:41 +02:00
.devcontainer dev container support for vs code 2020-06-04 09:02:46 +00:00
.github Improve ci naming 2020-05-18 21:51:04 +02:00
public bootswatch theme picker 2020-05-23 16:08:04 +04:00
src Add visual marker for profit / loss trades 2020-05-31 13:13:19 +02:00
.browserslistrc init 2020-05-04 06:31:12 +02:00
.eslintrc.js Seems like prettier is explicitly needed to read the .prettierrc file 2020-05-21 07:21:30 +02:00
.gitignore init 2020-05-04 06:31:12 +02:00
.prettierrc.json Improve eslint / prettier configuration 2020-05-20 07:23:10 +02:00
babel.config.js Improve code style 2020-05-18 21:49:26 +02:00
LICENSE Create License 2020-05-14 11:57:47 +02:00
package-lock.json Moving cdn architecutre to bootswatch module 2020-05-23 16:08:04 +04:00
package.json Moving cdn architecutre to bootswatch module 2020-05-23 16:08:04 +04:00
README.md fix spelling in doc 2020-06-04 14:20:41 +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 with node install locally

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.

Project setup for vscode and docker (developing inside dev container) on linux

The goal is it have a complete dev environment very quickly and isolated.

Install missing tools if needed

Follow getting strated section.

Build your dev container

View > Command palette > Enter: Remote-Containers rebuild container

Install dependencies and serve your local server

yarn install
yarn serve

You now have useful vscode extentions, git support, your command history of the project.