[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9047":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":14,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":18,"lastSyncTime":34,"discoverSource":35},9047,"frequi","freqtrade\u002Ffrequi","freqtrade","Freqtrade UI - Frontend for Freqtrade","https:\u002F\u002Fgithub.com\u002Ffreqtrade\u002Ffreqtrade",null,"Vue",1002,438,30,14,0,1,2,3,61.93,"GNU General Public License v3.0",false,"main",true,[7,26,27,28,29,30],"freqtrade-ui","trading","trading-bot","vue","vuejs","2026-06-12 04:00:42","# FreqUI\n\n[![Open in Visual Studio Code](https:\u002F\u002Fimg.shields.io\u002Fstatic\u002Fv1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https:\u002F\u002Fvscode.dev\u002Fgithub\u002Ffreqtrade\u002Ffrequi)\n[![FreqUI CI](https:\u002F\u002Fgithub.com\u002Ffreqtrade\u002Ffrequi\u002Factions\u002Fworkflows\u002Fci.yml\u002Fbadge.svg?branch=main)](https:\u002F\u002Fgithub.com\u002Ffreqtrade\u002Ffrequi\u002Factions\u002F)\n\nFreqtrade UI build with [Vue.js](https:\u002F\u002Fvuejs.org\u002F) and [primevue](https:\u002F\u002Fprimevue.org\u002F).\n\n## Run this project\n\nUsing FreqUI, does require [freqtrade](https:\u002F\u002Fgithub.com\u002Ffreqtrade\u002Ffreqtrade) to be setup and running.\nIn newer versions (2021.2 and newer), freqUI is builtin to freqtrade, so manual setup of freqUI will no longer be necessary unless you want to modify freqUI.\nInstructions for this end-user setup can be found in the [freqtrade API documentation](https:\u002F\u002Fwww.freqtrade.io\u002Fen\u002Fstable\u002Frest-api\u002F).\n\n### Running a standalone version of FreqUI\n\nUsing Docker, you can also run a pre-built docker image of FreqUI.\n\n```bash\ndocker compose up -d\n```\n\nThis will start a pre-built container with FreqUI running on port 3000 - which defaults to the latest version of freqUI.\nYou can use `docker compose pull` to update to the latest version of the UI.\n\nPlease note: This is a standalone version of FreqUI, and will still require a correctly configured freqtrade bot.\nYou'll need to correctly configure [CORS](https:\u002F\u002Fwww.freqtrade.io\u002Fen\u002Fstable\u002Frest-api\u002F#cors) in freqtrade to allow FreqUI to connect to the API.\n\n## Developer project setup\n\nIt will require [freqtrade](https:\u002F\u002Fgithub.com\u002Ffreqtrade\u002Ffreqtrade) to be running on the same host with the API enabled under (`localhost:8080`). You can either use the webpack proxy (port can be changed in `vue.config.js`) - or connect directly to the API (recommended).\n\nYou will also have to have CORS for freqtrade configured correctly based on the [freqtrade documentation](https:\u002F\u002Fwww.freqtrade.io\u002Fen\u002Fstable\u002Frest-api\u002F#cors).\nMost likely, the correct entry will be `http:\u002F\u002Flocalhost:3000` or `http:\u002F\u002F127.0.0.1:3000` - but the URL must match the URL you use to access FreqUI.\nPorts can vary, so check the URL you're using.\n\n### Project setup\n\n```\npnpm install\n```\n\n### Compiles and hot-reloads for development\n\n```\npnpm run dev\n```\n\n### Compiles and minifies for production\n\n```\npnpm run build\n```\n\n### Lints and fixes files\n\n```\npnpm run lint\n```\n\n### Build and run docker version\n\n```\ndocker-compose build\ndocker-compose up -d\n\n# Access using http:\u002F\u002Flocalhost:3000\u002F\n```\n\n\n### Customize configuration\n\nSee [Configuration Reference](https:\u002F\u002Fcli.vuejs.org\u002Fconfig\u002F).\n\n## Project setup for docker (developing inside dev container) without vscode\n\n### Built dev docker image and run container(s) detached\n\n```\ncd .devcontainer\ndocker-compose up -d\n```\n\n### Go inside web-service container and serve\n\n```\ndocker-compose exec web \u002Fbin\u002Fbash\n```\n\nthen\n\n```\npnpm run dev\n```\n\n## Project setup for vscode and docker (developing inside dev container) on Linux\n\nThe goal is to have a complete dev environment very quickly and isolated.\n\n### Install missing tools if needed\n\nFollow [getting started](https:\u002F\u002Fcode.visualstudio.com\u002Fdocs\u002Fremote\u002Fcontainers#_getting-started) section.\n\n### Build your dev container\n\nView > Command palette > Enter: Remote-Containers rebuild container\n\n### Serve your local server\n\n```\npnpm run dev\n```\n\nYou now have useful vscode extensions, git support, your command history of the project.\n","Freqtrade UI 是一个为 Freqtrade 交易机器人设计的前端界面，使用 Vue.js 和 PrimeVue 构建。它提供了直观的用户界面来管理和监控 Freqtrade 的运行状态，支持实时查看交易策略的表现、市场数据以及执行手动干预等功能。该项目具有良好的可扩展性和定制性，开发者可以轻松地对其进行修改以满足特定需求。Freqtrade UI 适用于需要通过图形化界面操作 Freqtrade 的用户，特别是在进行复杂交易策略测试与优化时。此外，通过 Docker 可以快速部署和更新该 UI，简化了设置过程。","2026-06-11 03:20:55","top_language"]