|
|
5 ماه پیش | |
|---|---|---|
| .cursor | 6 ماه پیش | |
| .github | 5 ماه پیش | |
| .vscode | 5 ماه پیش | |
| docs | 5 ماه پیش | |
| e2e-common | 10 ماه پیش | |
| license | 5 ماه پیش | |
| packages | 5 ماه پیش | |
| scripts | 6 ماه پیش | |
| .editorconfig | 7 سال پیش | |
| .eslintrc.js | 9 ماه پیش | |
| .gitignore | 7 ماه پیش | |
| .lintstagedrc.json | 6 ماه پیش | |
| .prettierignore | 5 سال پیش | |
| .prettierrc | 9 ماه پیش | |
| CHANGELOG.md | 5 ماه پیش | |
| CHANGELOG_NEXT.md | 1 سال پیش | |
| CHANGELOG_v1.md | 2 سال پیش | |
| CHANGELOG_v2.md | 1 سال پیش | |
| CONTRIBUTING.md | 5 ماه پیش | |
| LICENSE.md | 1 سال پیش | |
| README.md | 5 ماه پیش | |
| SECURITY.md | 1 سال پیش | |
| docker-compose.yml | 7 ماه پیش | |
| graphql.config.yml | 1 سال پیش | |
| lerna.json | 5 ماه پیش | |
| package-lock.json | 5 ماه پیش | |
| package.json | 5 ماه پیش | |
| schema-admin.json | 5 ماه پیش | |
| schema-shop.json | 5 ماه پیش | |
| tsconfig.json | 1 سال پیش |
An open-source headless commerce platform built on Node.js with GraphQL, Nest & TypeScript, with a focus on developer productivity and ease of customization.
We're phasing out our Angular-based Admin UI with support until June 2026: Read more here[!IMPORTANT] We're introducing our new React-based Admin Dashboard
Check out our beta preview now: v3.3.0 release notes
New to Vendure? Start here:
Need Help?
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!
master - The latest stable release, currently the 3.x series.minor - The next minor release, including new featuresmajor - 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.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
See LICENSE.md.