Michael Bromley 98f9507d16 Merge branch 'master' into minor 9 months ago
..
public f24f14e7aa feat(dashboard): Set up login/authenticated routes 11 months ago
src 60ce04918d chore: Reinstate changes from scheduled-tasks branch 9 months ago
vite 8763eb7338 feat(dashboard): Improve support for dashboard extensions 9 months ago
.gitignore d60d3fd0e7 refactor(dashboard): Split into lib and app 10 months ago
README.md b8bb2e7566 fix(dashboard): Fix some dependency issues 10 months ago
components.json 7cc6ff2dd9 fix(dashboard): Fix TS errors and packaging issues 10 months ago
eslint.config.js 93aea1635c chore(dashboard): Create dashboard package wih basic setup 11 months ago
generate-index.js 35808c61df chore(dashboard): Working local build 10 months ago
index.html 1352565a44 feat(dashboard): Enhance index.html with meta tags (#3446) 10 months ago
lingui.config.js d60d3fd0e7 refactor(dashboard): Split into lib and app 10 months ago
package.json ce79025f21 feat(dashboard): Support tsconfig path mappings when loading config 9 months ago
sample-vendure-config.ts 134fa381a0 fix(dashboard): Fix various build issues 10 months ago
tsconfig.json 60ce04918d chore: Reinstate changes from scheduled-tasks branch 9 months ago
tsconfig.lib.json 7cc6ff2dd9 fix(dashboard): Fix TS errors and packaging issues 10 months ago
tsconfig.plugin.json 7cc6ff2dd9 fix(dashboard): Fix TS errors and packaging issues 10 months ago
vercel.json 28dc856076 feat(dashboard): Add Vercel configuration for rewrites and enhance local development logging 10 months ago
vite.config.lib.mts 7cc6ff2dd9 fix(dashboard): Fix TS errors and packaging issues 10 months ago
vite.config.mts 98f9507d16 Merge branch 'master' into minor 9 months ago

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

Development

Run npx vite to start Vite in dev mode.

Testing

Run npm run test to run tests once, or npx vitest to run tests in watch mode