0.0.6 • Published 9 years ago
editor-ui-lib v0.0.6
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 installbuild options:
Build React/jQuery
npm run build-[jquery/react]Build both, jQuery & React
npm run buildRun 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 testrelease
npm run release