2.0.13 • Published 6 years ago

guapp-chat v2.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Note: there is dev dependency on rollup@0.52.2

Publishing:

1) change version no. in package.json, run 'npm run build' command in terminal, you will see the dist folder populated with files

2) go to dist folder in terminal, 'run npm publish' (you have to do npm login before that, if not logged in)

now you can do 'npm install guapp-chat' in angular or ionic projects

Usages:

1) in angular demo project's .angular-cli.json, the following should be there

"assets": "assets", "favicon.ico", { "glob": "/*", "input": "../node_modules/guapp-chat/images", "output": "./guapp-chat-images/" }, { "glob": "/*", "input": "../node_modules/guapp-chat/emojis", "output": "./guapp-chat-emojis/" }

2) the host app must have a div with id="guapp-chat"

2.0.13

6 years ago

2.0.12

6 years ago

2.0.11

6 years ago

2.0.10

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.6

6 years ago