Sen descrición

Housein Abo Shaar f2af49e993 docs(core): Fix broken link in readme hai 5 meses
.cursor a921e97aa5 feat(dashboard): Move collections UI (#3629) hai 6 meses
.github 689b1cdd64 chore: Update dashboard workflow for windows 5 hai 5 meses
.vscode ad9f2c5565 refactor(dashboard): Rename gqlTadaOutputPath option (#3686) hai 5 meses
docs ad9f2c5565 refactor(dashboard): Rename gqlTadaOutputPath option (#3686) hai 5 meses
e2e-common e753df9391 fix(core): Fix order cancellation when shipping has tax (#3393) hai 10 meses
license 9cb315e5c9 @knoid has signed the CLA in vendure-ecommerce/vendure#3664 hai 6 meses
packages 199cbd12ba feat(dashboard): Update theme to use OKLCH color space and new shadcn theme (#3688) hai 5 meses
scripts 65804ba7be fix(core): Apply custom field defaults on entity creation (#3674) hai 6 meses
.editorconfig d2d77d20d3 chore: Set up root linting & formatting on commit %!s(int64=7) %!d(string=hai) anos
.eslintrc.js c104fdaf6b feat: Introduce dedicated telemetry package hai 9 meses
.gitignore 5a9a1bf9e7 chore: Un-ignore .cursor dir hai 7 meses
.lintstagedrc.json 182e6a98c6 chore(dashboard): Pre-commit hook to check dashboard imports hai 6 meses
.prettierignore 156c9e2938 feat(core): Improved error handling for ShopAPI order resolvers %!s(int64=5) %!d(string=hai) anos
.prettierrc 251939806d chore: Add import organizer prettier plugin hai 9 meses
CHANGELOG.md 475eb918c9 chore: Publish v3.3.7 hai 6 meses
CHANGELOG_NEXT.md e42d1b39e0 chore: Update changelogs hai 1 ano
CHANGELOG_v1.md 629bfd0cd3 chore: Update changelog, archive v1 changelog %!s(int64=2) %!d(string=hai) anos
CHANGELOG_v2.md cfd2fdc99a chore: Create new changelog file for v3 hai 1 ano
CONTRIBUTING.md 4f518d3b60 docs: Overhaul readme and contributing guide (#3689) hai 5 meses
LICENSE.md 0bf4186fdb chore: Add GPL exception for Vendure plugins (#3280) hai 1 ano
README.md f2af49e993 docs(core): Fix broken link in readme hai 5 meses
SECURITY.md 2a8c17ec66 chore: Consolidate & improve docker-compose config hai 1 ano
docker-compose.yml 735dd66617 chore: Remove deprecated docker-compose version hai 7 meses
graphql.config.yml dffd123718 feat(core): Implement support for struct custom field type (#3178) hai 1 ano
lerna.json 475eb918c9 chore: Publish v3.3.7 hai 6 meses
package-lock.json ad9f2c5565 refactor(dashboard): Rename gqlTadaOutputPath option (#3686) hai 5 meses
package.json f609a85c92 Merge branch 'minor' into telemetry-refactor-concept hai 8 meses
schema-admin.json 2a89b2aaa3 feat(core): Allow manual triggering of scheduled tasks hai 8 meses
schema-shop.json 3bf1beedc2 chore: Fix codegen hai 9 meses
tsconfig.json d184e4d36f chore: Fix issues with build configs hai 1 ano

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 our beta preview now: v3.3.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.