GitXplorerGitXplorer
z

wix-uilib-new-loc

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
90b52ed89c4d42b34a99678afcd898498af34a26

richPopover

zzaherkassem committed 6 years ago
Unverified
1d974b27b52fab2073eb8d151a221dc55102f979

richPopover

zzaherkassem committed 6 years ago
Unverified
be752243d0a4226b91530ed6a7781ef8bc73be48

radiobutton add tooltip per radio

zzaherkassem committed 6 years ago
Unverified
532480848ee920dc45ee9e08f9aba3ae4b603cfc

datepicker

zzaherkassem committed 6 years ago
Unverified
2496fa7a22dc4b22022e58aafbd427b57c934951

datepicker

zzaherkassem committed 6 years ago
Unverified
4410a61c3d73de5d0a5391eaf7bd57667f478cfc

drillDown

zzaherkassem committed 6 years ago

README

The README file for this repository.

editor-ui-lib

Editor UI Lib (React, jQuery and more)

Site

https://github.com/zaherkassem/wix-uilib-new-loc

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