From 509365a89dcb7bf35d1834140f3e402f79fc7b0d Mon Sep 17 00:00:00 2001 From: Avi Zimmerman Date: Sun, 12 Nov 2023 15:11:43 +0200 Subject: [PATCH] add examples to README --- README.md | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 104 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efc7a50..e591aeb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,107 @@ # webmesh-vue -Vue composables for working with a webmesh daemon +Vue composables for working with a webmesh daemon. -_Work in progress_ +## Installation + +```bash +npm install @webmeshproject/vue +# or +yarn add @webmeshproject/vue +``` + +## Usage + +### Managing networks + +```vue + + + +``` + +### Connecting and disconnecting networks. + +```vue + + + +```