Skip to content

Commit 8b25459

Browse files
committed
Vue-demo update README, packages
1 parent 0ac23da commit 8b25459

File tree

3 files changed

+7
-111
lines changed

3 files changed

+7
-111
lines changed

example/vue-app/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# Web3Auth x Vue Demo App
1+
# Web3Auth SFA x Vue Demo App
22

33
## Quickstart
44

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

7-
### Build the `Web3Auth` packages
7+
### Build the `Web3Auth SFA` packages
88

99
```bash
1010
git clone https://github.com/Web3Auth/web3auth-web.git
11-
cd web3auth-web
11+
cd single-factor-auth-web
1212
npm install
13-
npm run bootstrap && npm run build
13+
npm run build
1414
```
1515

1616
### Start the demo app
1717

18-
> Inside `web3auth-web` directory.
18+
> Inside `single-factor-auth-web` directory.
1919
2020
```bash
2121
cd demo/vue-app
2222
npm install
2323
npm run dev
24-
# localhost:8080
24+
# localhost:3000
2525
```

example/vue-app/package-lock.json

Lines changed: 0 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/vue-app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"lint": "eslint ."
1010
},
1111
"dependencies": {
12-
"@healerlab/vue3-facebook-login": "^0.1.7",
1312
"@solana/web3.js": "^1.95.2",
1413
"@toruslabs/constants": "^14.0.0",
1514
"@toruslabs/openlogin-utils": "^8.2.1",

0 commit comments

Comments
 (0)