Skip to content

Commit

Permalink
Vue-demo update README, packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Aug 28, 2024
1 parent 2d1836a commit f305dec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 111 deletions.
14 changes: 7 additions & 7 deletions example/vue-app/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Web3Auth x Vue Demo App
# Web3Auth SFA x Vue Demo App

## Quickstart

To use this demo app, you'll first have to build the Web3Auth packages.
To use this demo app, you'll first have to build the Web3Auth SFA packages.

### Build the `Web3Auth` packages
### Build the `Web3Auth SFA` packages

```bash
git clone https://github.com/Web3Auth/web3auth-web.git
cd web3auth-web
cd single-factor-auth-web
npm install
npm run bootstrap && npm run build
npm run build
```

### Start the demo app

> Inside `web3auth-web` directory.
> Inside `single-factor-auth-web` directory.
```bash
cd demo/vue-app
npm install
npm run dev
# localhost:8080
# localhost:3000
```
103 changes: 0 additions & 103 deletions example/vue-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion example/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"lint": "eslint ."
},
"dependencies": {
"@healerlab/vue3-facebook-login": "^0.1.7",
"@solana/web3.js": "^1.95.2",
"@toruslabs/constants": "^14.0.0",
"@toruslabs/openlogin-utils": "^8.2.1",
Expand Down

0 comments on commit f305dec

Please sign in to comment.