0.0.9 • Published 6 years ago

ej-conversation v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

EJ Conversation

A web component to manage conversations

Getting Started

and run:

npm install
npm start

To view the build, start an HTTP server inside of the /www directory.

To watch for file changes during development, run:

npm run dev

To build the app for production, run:

npm run build

To run the unit tests once, run:

npm test

To run the unit tests and watch for file changes during development, run:

npm run test.watch

Publish

Update the version:

npm version patch

Publish to npm registry:

npm publish
0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago