0.0.9 • Published 8 years ago

ej-conversation v0.0.9

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

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago