freqtrade / frequi

Freqtrade UI - Frontend for Freqtrade
https://github.com/freqtrade/freqtrade
GNU General Public License v3.0
573 stars 260 forks source link

freqtrade vue.js file and src folder not find #1071

Closed Malik-AhmadSE closed 1 year ago

Malik-AhmadSE commented 1 year ago

Describe the bug i install the freqtrade ui using freqtrade install-ui command it chows that the freqtrade ui is already installed. when i go in to the folder i can't see any file name as app.vue the main file of ui in vuejs. Desktop (please complete the following information):

xmatthias commented 1 year ago

i think you're missing how this is working.

by running freqtrade install-ui - you'll have the UI available on the defined port (if the api is enabled - so you can (most likely) navigate to http://localhost:8080 (the default url) and have freqUI available there. That obviously assumes that freqtrade is running in either trade mode (freqtrade trade <...>) or in webserver mode (freqtrade webserver <...>).

freqtrade install-ui will install a built version of the UI - where only the html/js files necessary remain (in a compressed form). While it's still a vue application - there will be no vue files - everything is compressed to a few html/js files.