David Höck 0ceeee15af feat(dashboard): Add settings list views (#3428) 10 月之前
..
public f24f14e7aa feat(dashboard): Set up login/authenticated routes 11 月之前
src 0ceeee15af feat(dashboard): Add settings list views (#3428) 10 月之前
vite ff60f27769 feat(dashboard): Implement variant creation 10 月之前
.gitignore 93aea1635c chore(dashboard): Create dashboard package wih basic setup 11 月之前
README.md c3f404d6e9 feat(dashboard): Add custom field support to detail views 10 月之前
components.json 66ac2b67cc chore(dashboard): Set up tailwind v4 + Shadcn ui 11 月之前
eslint.config.js 93aea1635c chore(dashboard): Create dashboard package wih basic setup 11 月之前
index.html 66ac2b67cc chore(dashboard): Set up tailwind v4 + Shadcn ui 11 月之前
lingui.config.js 8aa7fd2e6c feat(dashboard): Set up i18n with lingui 11 月之前
package.json 02b115bf0f feat(dashboard): Add system views (#3426) 10 月之前
tsconfig.json a203037e1d feat(dashboard): Experimental packaging setup 11 月之前
tsconfig.lib.json a203037e1d feat(dashboard): Experimental packaging setup 11 月之前
tsconfig.plugin.json a203037e1d feat(dashboard): Experimental packaging setup 11 月之前
vitest.config.mts c3f404d6e9 feat(dashboard): Add custom field support to detail views 10 月之前

README.md

Vendure Dashboard

This is an admin dashboard for managing Vendure applications. It is designed to supersede the existing Admin UI.

Current status: early work in progress

Testing

There are some unit tests in this repo (.spec.ts files). In order to run them, you need to go to the ../dev-server dir and run npx vitest. This is a temporary work-around for some hard-to-debug path issue when trying to run from this dir.