wallet-connect-web-examples/dapps/web3modal/vue/vue.config.js
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

5 lines
118 B
JavaScript

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})