n8n/packages/frontend/@n8n/stores
Michael Drury 820128196c
Some checks are pending
Build: Benchmark Image / build (push) Waiting to run
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.14.1) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
Util: Sync API Docs / sync-public-api (push) Waiting to run
fix(core): Simplify Slack redirect URL verification process for agents (#30033)
2026-05-07 18:38:32 +00:00
..
src fix(core): Simplify Slack redirect URL verification process for agents (#30033) 2026-05-07 18:38:32 +00:00
.gitignore refactor(editor): Extract root store into @n8n/stores package (no-changelog) (#15412) 2025-05-16 14:18:16 +03:00
biome.jsonc refactor(editor): Extract root store into @n8n/stores package (no-changelog) (#15412) 2025-05-16 14:18:16 +03:00
eslint.config.mjs build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
package.json 🚀 Release 2.20.0 (#29761) 2026-05-05 09:14:22 +00:00
README.md refactor(editor): Extract root store into @n8n/stores package (no-changelog) (#15412) 2025-05-16 14:18:16 +03:00
tsconfig.json chore: Prepare tsconfigs for tsgo (#29230) 2026-04-27 12:30:22 +00:00
tsdown.config.ts fix: Update tsdown and packages imports/exports (no-changelog) (#21935) 2025-11-17 16:36:22 +02:00
vite.config.ts refactor(editor): Extract root store into @n8n/stores package (no-changelog) (#15412) 2025-05-16 14:18:16 +03:00

@n8n/stores

A collection of Pinia stores that provide common data-related functionality across n8n's Front-End packages.

Table of Contents

Features

  • Composable State Management: Share and reuse stateful logic across multiple Vue components using Pinia stores.
  • Consistent Patterns: Promote uniform state handling and best practices throughout the front-end codebase.
  • Easy Extensibility: Add or modify stores as project requirements evolve, supporting scalable development.
  • Composition API Support: Designed to work seamlessly with Vue's Composition API for modern, maintainable code.

Contributing

For more details, please read our CONTRIBUTING.md.

License

For more details, please read our LICENSE.md.