Michael Bromley fde9f78abb feat(dashboard): Add rich text editor пре 10 месеци
..
public f24f14e7aa feat(dashboard): Set up login/authenticated routes пре 11 месеци
src fde9f78abb feat(dashboard): Add rich text editor пре 10 месеци
vite a76d9053fb feat(dashboard): Add vite plugin to generate gql.tada output пре 10 месеци
.gitignore efe926029c chore(dashboard): Remove generated routeTree file and update .gitignore пре 10 месеци
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 месеци
generate-index.js 662b21eb89 feat(dashboard): Improve extensions API for list/detail views пре 10 месеци
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 fde9f78abb feat(dashboard): Add rich text editor пре 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.