Brak opisu

David Höck eaa24627a2 chore: wip 4 miesięcy temu
.cursor a921e97aa5 feat(dashboard): Move collections UI (#3629) 6 miesięcy temu
.github b599fca10f refactor(dashboard): Restructure UiConfigPluginOptions to remove AdminUiConfig dependency (#3718) 5 miesięcy temu
.vscode b599fca10f refactor(dashboard): Restructure UiConfigPluginOptions to remove AdminUiConfig dependency (#3718) 5 miesięcy temu
docs 446436ddf2 docs: Some docs fixes 5 miesięcy temu
e2e-common e753df9391 fix(core): Fix order cancellation when shipping has tax (#3393) 10 miesięcy temu
license 82f0512102 @ronakmaheshwari has signed the CLA in vendure-ecommerce/vendure#3729 5 miesięcy temu
packages eaa24627a2 chore: wip 4 miesięcy temu
scripts 22cb1ba3ef Merge branch 'master' into minor 6 miesięcy temu
.editorconfig d2d77d20d3 chore: Set up root linting & formatting on commit 7 lat temu
.eslintrc.js c104fdaf6b feat: Introduce dedicated telemetry package 9 miesięcy temu
.gitignore 5a9a1bf9e7 chore: Un-ignore .cursor dir 7 miesięcy temu
.lintstagedrc.json 182e6a98c6 chore(dashboard): Pre-commit hook to check dashboard imports 6 miesięcy temu
.prettierignore 156c9e2938 feat(core): Improved error handling for ShopAPI order resolvers 5 lat temu
.prettierrc 251939806d chore: Add import organizer prettier plugin 9 miesięcy temu
CHANGELOG.md 3591ce29f3 chore: Publish v3.4.0 5 miesięcy temu
CHANGELOG_NEXT.md e42d1b39e0 chore: Update changelogs 1 rok temu
CHANGELOG_v1.md 629bfd0cd3 chore: Update changelog, archive v1 changelog 2 lat temu
CHANGELOG_v2.md cfd2fdc99a chore: Create new changelog file for v3 1 rok temu
CONTRIBUTING.md 4f518d3b60 docs: Overhaul readme and contributing guide (#3689) 5 miesięcy temu
GLOBAL_SEARCH_IMPLEMENTATION_PLAN.md 62df2468bd feat(dashboard): Search command palette first shot 5 miesięcy temu
LICENSE.md 0bf4186fdb chore: Add GPL exception for Vendure plugins (#3280) 1 rok temu
README.md 446436ddf2 docs: Some docs fixes 5 miesięcy temu
SECURITY.md 2a8c17ec66 chore: Consolidate & improve docker-compose config 1 rok temu
docker-compose.yml 735dd66617 chore: Remove deprecated docker-compose version 7 miesięcy temu
graphql.config.yml dffd123718 feat(core): Implement support for struct custom field type (#3178) 1 rok temu
lerna.json 3591ce29f3 chore: Publish v3.4.0 5 miesięcy temu
package-lock.json eaa24627a2 chore: wip 4 miesięcy temu
package.json 49d449f18a feat(dashboard): Add DashboardPlugin as part of dashboard package (#3711) 5 miesięcy temu
schema-admin.json 4db0d518eb feat(core): Add single facetValue create/update mutations to Admin API 5 miesięcy temu
schema-shop.json 5aa01cc5de feat(core): SettingsStore for global & scoped config settings (#3684) 5 miesięcy temu
tsconfig.json d184e4d36f chore: Fix issues with build configs 1 rok temu

README.md

Vendure

An open-source headless commerce platform built on Node.js with GraphQL, Nest & TypeScript, with a focus on developer productivity and ease of customization.

[!IMPORTANT] We're introducing our new React-based Admin Dashboard

Check out the preview now: v3.4.0 release notes
We're phasing out our Angular-based Admin UI with support until June 2026: Read more here

Build Status Lerna

vendure-github-social-banner

www.vendure.io

🚀 Getting Started

New to Vendure? Start here:

Need Help?

🔧 Contributing - For developers

Want to contribute to Vendure?

Contributions to Vendure are welcome and highly appreciated! Whether you're fixing bugs, adding features, or improving documentation, your help makes Vendure better for everyone.

Contribution Guidelines - This is complete guide covering everything from setting up your development environment to submitting your first pull request

Ready to get started?

Check out our list of issues labeled "contributions welcome" for good first issues

We're here to help if you have questions, and we're excited to see what you'll build with Vendure!

Branches

  • master - The latest stable release, currently the 3.x series.
  • minor - The next minor release, including new features
  • major - The next major release (v4.0)
  • v2.x - The 2.x line, which will receive critical fixes until the end-of-life on 31.12.2024. The code in this branch is under the MIT license.

Structure

This project is a monorepo managed with Lerna. Several npm packages are published from this repo, which can be found in the packages/ directory.

vendure/
├── docs/           # Documentation source
├── e2e-common/     # Shared config for package e2e tests
├── license/        # License information & CLA signature log
├── packages/       # Source for the Vendure server, admin-ui & core plugin packages
├── scripts/
    ├── changelog/  # Scripts used to generate the changelog based on the git history
    ├── codegen/    # Scripts used to generate TypeScript code from the GraphQL APIs
    ├── docs/       # Scripts used to generate documentation markdown from the source

License

See LICENSE.md.