n8n/packages/editor-ui
Alex Grozav d6d442d458
fix: Update size of select components in filters dropdown (#4747)
* fix: Update size of select components in filters dropdown

* fix: Update select tags styling
2022-11-29 11:03:43 +02:00
..
public
src fix: Update size of select components in filters dropdown (#4747) 2022-11-29 11:03:43 +02:00
tests/e2e
.browserslistrc
.eslintrc.js ci: Ensure that eslint runs on all frontend code (no-changelog) (#4602) 2022-11-15 18:20:54 +01:00
.gitignore
.npmignore
index.html
index.js
LICENSE.md
LICENSE_EE.md
package.json 🔖 Release n8n-editor-ui@0.170.0 2022-11-24 15:46:08 +00:00
postcss.config.js
README.md feat: Switch from npm to pnpm (#4429) 2022-11-09 17:32:05 +01:00
tsconfig.json feat(core): Lazy-load nodes and credentials to reduce baseline memory usage (#4577) 2022-11-23 16:20:28 +01:00
tslint.json
vite.config.ts refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01: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

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

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

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