A unified dashboard for monitoring trading performance, account balances, and signal activity.
Get started with the Nuxt dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark mode, command palette and more, powered by Nuxt UI.
The dashboard template for Vue is on https://github.com/nuxt-ui-templates/dashboard-vue.
npm create nuxt@latest -- -t ui/dashboardMake sure to install the dependencies:
npm installStart the development server on http://localhost:3000:
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the deployment documentation for more information.
Install Renovate GitHub app on your repository and you are good to go.