n8n/packages/editor-ui
OlegIvaniv 825637f02a
fix(editor): Fix workflow back button navigation (#4546)
* 🐛 Fix back button navigation from recetly saved workflow

* 🐛 Fix coming-soon routes
2022-11-09 09:31:23 +01:00
..
public feat(editor, core, cli): implement new workflow experience (#4358) 2022-10-18 14:23:22 +02:00
src fix(editor): Fix workflow back button navigation (#4546) 2022-11-09 09:31:23 +01:00
tests/e2e
.browserslistrc Initial commit to release 2019-06-23 12:35:23 +02:00
.eslintrc.js refactor(core): clear @ts-ignore from workflow and core packages (#4467) 2022-10-31 12:45:34 +01:00
.gitignore Initial commit to release 2019-06-23 12:35:23 +02:00
.npmignore fix: delete unused dependencies (#4231) 2022-09-29 17:31:33 +02:00
index.html fix(editor-ui): fix BASE_URL replacement on windows (#4202) 2022-09-27 08:02:41 +03:00
index.js
LICENSE.md docs: scope Sustainable Use License to contents of the main branch (#4450) 2022-10-26 16:50:33 +02:00
LICENSE_EE.md
package.json ci: Revert support for node.js 18 (#4518) (#4537) 2022-11-07 17:23:08 +01:00
postcss.config.js
README.md docs: Update logo and README files with new design 2022-10-27 14:57:49 +02:00
tsconfig.json
tslint.json
vite.config.ts fix(editor): upgrade and make testing consistent in editor-ui and design-system (#4434) 2022-10-25 13:46:25 +02:00
vue.config.js

n8n.io - Workflow Automation

n8n-editor-ui

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.