wallet-connect-web-examples/dapps/web3modal/vue/README.md
Glitch 7826839498
vue sample (#483) (#486)
* vue sample (#483)

* initilaized vue

* default mode implemented in app.vue

* envexample added for projectID

* removed empty space and tested dapp

* deleted helloworld example component

* pnpm

* Update App.vue

---------

Co-authored-by: Mohammed Abdul Sattar <93962265+mabsattar@users.noreply.github.com>
2024-02-26 13:10:45 -03:00

25 lines
307 B
Markdown

# vue
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).