n8n/packages/frontend/@n8n/stores
2025-10-09 10:53:22 +01:00
..
src fix: Chat side panel open/close behaviour and builder state accuracy (no-changelog) (#20525) 2025-10-09 10:53:22 +01: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 1.115.0 (#20425) 2025-10-06 14:37:27 +02: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 refactor(editor): Extract root store into @n8n/stores package (no-changelog) (#15412) 2025-05-16 14:18:16 +03:00
tsup.config.ts refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03: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.