n8n/packages/frontend/editor-ui
Michael Kret a98ed2ca49
feat: Respond to chat and wait for response (#12546)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2025-07-24 09:48:40 +01:00
..
public fix(editor): Remove inline script and style from index.html (#17531) 2025-07-22 09:24:55 +02:00
src feat: Respond to chat and wait for response (#12546) 2025-07-24 09:48:40 +01:00
.browserslistrc refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
.gitignore refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
.npmignore build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
biome.jsonc refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
eslint.config.mjs test(editor): Add tests for node settings parameters composable (no-changelog) (#17232) 2025-07-11 17:21:14 +03:00
index.html fix(editor): Remove inline script and style from index.html (#17531) 2025-07-22 09:24:55 +02:00
index.js refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
package.json feat(editor): Improve UX of embedded NDV experiment (no-changelog) (#17515) 2025-07-23 14:04:16 +02:00
postcss.config.cjs build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
README.md refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
tailwind.config.js refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
tsconfig.json refactor(editor): Extract API Requests into @n8n/rest-api-client package (no-changelog) (#15930) 2025-06-05 13:08:10 +03:00
vite.config.mts build(editor): Include shims for sanitize-html (no-changelog) (#17375) 2025-07-18 11:52:46 +02:00

n8n.io - Workflow Automation

n8n-editor-ui

The UI to create and update n8n workflows

npm install n8n -g

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm serve

Compiles and minifies for production

pnpm build

Run your tests

pnpm test

Lints and fixes files

pnpm lint

Run your end-to-end tests

pnpm test:e2e

Run your unit tests

pnpm test:unit

Customize configuration

See Configuration Reference.

License

You can find the license information here