n8n/packages/frontend/@n8n/stores
github-actions[bot] f1e03ab6b1
🚀 Release 1.103.0 (#17299)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-07-14 14:27:50 +02:00
..
src chore: Lintfix frontend packages (#16896) 2025-07-02 10:31:11 +02: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.103.0 (#17299) 2025-07-14 14:27:50 +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.