0.0.9 • Published 7 years ago

ej-conversation v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago