n8n/packages/frontend/@n8n/stores
2026-06-04 12:41:31 +00:00
..
src feat(editor): Evaluations wizard sidepanel (no-changelog) (#31317) 2026-06-04 12:41:31 +00:00
.gitignore
biome.jsonc
eslint.config.mjs build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
package.json build: Disable typecheck on build commands (no-changelog) (#31636) 2026-06-03 13:52:25 +00:00
README.md
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

@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.