You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-33Lines changed: 1 addition & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ of the various methods:
74
74
| --- | --- | --- | --- |
75
75
| 1 |[CloudFormation Deployment](#cloudformation-deployment) using the CloudFormation [templates](templates) provided by this project | Fully automated deployment of a hosted web application to an S3 bucket with an optional CI/CD pipeline. By default, it also creates a Cognito Identity Pool and a sample Lex bot | Use when you want to have a infrastructure as code approach that automatically builds and configures the chatbot UI resources |
76
76
| 2 | Use the pre-built [libraries](#libraries) from the [dist](dist) directory of this repo | We provide a pre-built version of the chatbot UI component and a loader library that you can use on your web site as a [stand alone page](#stand-alone-page) or as an embeddable [iframe](#iframe)| Use when you have an existing site and want to add the chatbot UI to it by simply copying or referencing the library files |
77
-
| 3 | Use npm to install and use the chatbot UI as a Vue component | Enables developers to consume this project as an [npm](https://www.npmjs.com/) package that provides a [Vue](https://vuejs.org/) component. See the [Npm Install and Vue Component Use](#npm-install-and-vue-component-use) section for details | Use when developing front-end based web applications built using JavaScript and bundled with tools such as [webpack](https://webpack.github.io)|
77
+
78
78
79
79
See the [Usage](#usage) and [Deployment](#deployment) sections below for details.
80
80
@@ -395,38 +395,6 @@ see the source of the [parent.html](src/website/parent.html) page and the
395
395
[Iframe Embedding](src/README.md#iframe-embedding) documentation of the
396
396
loader library.
397
397
398
-
### Npm Install and Vue Component Use
399
-
You can use the [npm](https://docs.npmjs.com/) package manager to
400
-
install this project. The npm installation provides a library that you
401
-
can import as a module into your JavaScript code. The component is built
402
-
as a reusable [Vue](https://vuejs.org/) plugin. This approach is geared
403
-
to be used in a [webpack](https://webpack.github.io) based project.
0 commit comments