0.0.9 • Published 8 years ago
ej-conversation v0.0.9
EJ Conversation
A web component to manage conversations
Getting Started
and run:
npm install
npm startTo view the build, start an HTTP server inside of the /www directory.
To watch for file changes during development, run:
npm run devTo build the app for production, run:
npm run buildTo run the unit tests once, run:
npm testTo run the unit tests and watch for file changes during development, run:
npm run test.watchPublish
Update the version:
npm version patchPublish to npm registry:
npm publish