n8n/packages/editor-ui
Iván Ovejero c8743ff6ca
fix(core): Fix disabled parent output in partial execution (#3946)
🐛 Skip disabled parent in partial execution
2022-09-01 15:43:48 +02:00
..
public feat(editor): Added animated tooltips to draggable columns in input panel 2022-08-17 11:51:30 +02:00
src fix(core): Fix disabled parent output in partial execution (#3946) 2022-09-01 15:43:48 +02:00
tests
.browserslistrc
.eslintrc.js
.gitignore
.npmignore fix(npm): improve .npmignore to reduce the size of the published packages (#3970) 2022-08-30 13:43:47 +02:00
babel.config.js
cypress.json
index.js
jest.config.js
LICENSE.md docs(license): Introduce n8n Enterprise License (#3945) 2022-08-29 22:08:42 +02:00
LICENSE_EE.md docs(license): Introduce n8n Enterprise License (#3945) 2022-08-29 22:08:42 +02:00
package.json 🔖 Release n8n-editor-ui@0.159.1 2022-08-31 18:44:58 +02:00
postcss.config.js
README.md refactor: Update additional README.md files 2022-08-03 13:34:49 +02:00
tsconfig.json
tslint.json
vue.config.js

n8n-editor-ui

n8n.io - Workflow Automation

The UI to create and update n8n workflows

npm install n8n -g

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

License

n8n is fair-code distributed under the Sustainable Use License.

Additional information about the license can be found in the docs.