1.3.6 • Published 5 years ago

@vefacaglar/webchat v1.3.6

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

This project extended botframework-webchat.

Install

npm install @vefacaglar/webchat

Usage

import { ChatScreen, SmallApp } from '@vefacaglar/webchat'

function App() {
  return (
      <SmallApp>
        <ChatScreen 
          secret="{secret key}"
          username="{username}"
        />
      </SmallApp>
  )
}

Adding Css File

import "@vefacaglar/webchat/dist/assets/styles/main.css"

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build

Build js files to dist folder for production.

npm run copy-images:build

Copy all image files to dist folder from images folder.

npm run sass:build

Build and copy scss files to dist folder.

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago