n8n/packages/frontend/@n8n/composables
github-actions[bot] dc32952fcd
🚀 Release 1.106.0 (#17967)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-08-04 15:21:52 +03:00
..
src feat(editor): Change rename node keyboard shortcut to Space on new canvas (#11872) 2025-02-17 17:56:40 +02:00
.gitignore feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
biome.jsonc feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
eslint.config.mjs build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
package.json 🚀 Release 1.106.0 (#17967) 2025-08-04 15:21:52 +03:00
README.md feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
tsconfig.json feat: Add new @n8n/utils package (no-changelog) (#13536) 2025-02-27 09:58:31 +02: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: Move vitest-config and eslint-config packages to @n8n (#13530) 2025-02-26 14:45:35 +02:00

@n8n/composables

A collection of Vue composables that provide common functionality across n8n's Front-End packages.

Table of Contents

Features

  • Reusable Logic: Encapsulate complex stateful logic into composable functions.
  • Consistency: Ensure consistent patterns and practices across our Vue components.
  • Extensible: Easily add new composables as our project grows.
  • Optimized: Fully compatible with the Composition API.

Contributing

For more details, please read our CONTRIBUTING.md.

License

For more details, please read our LICENSE.md.