ew-internals-ui
v1.0.18
Published
This is an "internal" package, not meant to be uses by anyone except the vendor itself.
Downloads
7
Readme
ew-internals-ui
This is an "internal" package, not meant to be uses by anyone except the vendor itself.
Installation
Usage
Build
To re-build the development version on each file change:
./script/run.sh
Development link
cd ew-internals-ui/
npm link
cd whatever-project
npm link ew-internals-ui
Publish
To publish a new version:
- make changes
- increment module version in
package.json
- sign-in into
npm
:npm adduser awesome1888
./script/publish.sh