editor-ui-lib

wix ui controls for third party applications

Usage no npm install needed!

<script type="module">
  import editorUiLib from 'https://cdn.skypack.dev/editor-ui-lib';
</script>

README

editor-ui-lib

Editor UI Lib (React, jQuery and more)

Site

http://wix.github.io/editor-ui-lib-docs/

After cloning the project run this to install dependencies:

npm install

build options:

Build React/jQuery

npm run build-[jquery/react]

Build both, jQuery & React

npm run build

Run local dev server

  • you must build the project first!
  • check that localhost:8080 is not occupied
npm run dev-server-[jquery/react]

Run tests

npm run test

release

npm run release