3.5.31 • Published 1 year ago

@onec1/webchat-app-release-v5-initiate-chat v3.5.31

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Webchat plugin/widget

Documentation Links

Setup

Install node dependencies

Note - package "@creedinteractive/webchat-app" and user needs to be added to organization prior to login / install steps

npm login
npm install

Run webpack to generate transpiled javascript

## From Makefile

# build once
make build

# build and watch for file changes.
make watch

## Using webpack directly

# From project's local webpack dependency with npm installed
npx webpack


# update api files (can be used in conjunction with watch)
npx webpack --updateApi

# From a global webpack install
webpack

To install npx, run npm install -g npx, however it comes standard with newer versions of node.

NPM Package