diff --git a/docs/package.json b/docs/package.json index 3581fd3d..2ad3f3ae 100644 --- a/docs/package.json +++ b/docs/package.json @@ -21,7 +21,9 @@ "react-dom": "^16.13.1", "remark-container": "^0.1.2", "typescript": "^4.0.3", - "vue-github-button": "^1.1.2" + "vue-github-button": "^1.1.2", + "y-webrtc": "^10.1.6", + "yjs": "^13.3.2" }, "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.11.0", diff --git a/docs/src/demos/Examples/Collaboration/index.spec.js b/docs/src/demos/Examples/Collaboration/index.spec.js new file mode 100644 index 00000000..8e0e9403 --- /dev/null +++ b/docs/src/demos/Examples/Collaboration/index.spec.js @@ -0,0 +1,5 @@ +context('/examples/collaboration', () => { + before(() => { + cy.visit('/examples/collaboration') + }) +}) diff --git a/docs/src/demos/Examples/Collaboration/index.vue b/docs/src/demos/Examples/Collaboration/index.vue new file mode 100644 index 00000000..112c8e78 --- /dev/null +++ b/docs/src/demos/Examples/Collaboration/index.vue @@ -0,0 +1,63 @@ + + + + +