guapp-chat
v2.0.13
Published
1) change version no. in package.json, run 'npm run build' command in terminal, you will see the dist folder populated with files
Downloads
30
Readme
Note: there is dev dependency on [email protected]
Publishing:
change version no. in package.json, run 'npm run build' command in terminal, you will see the dist folder populated with files
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:
- 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/" } ]
- the host app must have a div with id="guapp-chat"
