graphql-engine/community/sample-apps/realtime-chat-vue
Samir Talwar d9afcc1857 Upgrade all package-lock.json files to the v2 format.
NPM v7 uses a new (backwards-compatible) lockfile format. This upgrades all our various _package-lock.json_ files to use the new format.

It's much more verbose so that NPM can be a lot faster.

I figured it was cleaner to do this once in a separate PR rather than upgrading them in combination with adding or upgrading a new dependency.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5869
GitOrigin-RevId: 322fb63b96e2d873a4a3cc05fa6c7afa414716ce
2022-09-28 08:15:29 +00:00
..
public add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
src docs: update the hasura sample apps links 2022-02-18 17:06:46 +00:00
.browserslistrc add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
.eslintrc.js add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
.gitignore add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
babel.config.js add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
package-lock.json Upgrade all package-lock.json files to the v2 format. 2022-09-28 08:15:29 +00:00
package.json add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
postcss.config.js add realtime chat sample app with vue (#1885) 2019-04-05 12:16:29 +05:30
README.md docs: update the hasura sample apps links 2022-02-18 17:06:46 +00:00

Realtime Chat using GraphQL Subscriptions

This is the source code for a fully working group chat app that uses subscriptions in Hasura GraphQL Engine. It is built using Vue and Apollo.

Edit chat-app