7826839498
* 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>
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
const { defineConfig } = require('@vue/cli-service')
|
|
module.exports = defineConfig({
|
|
transpileDependencies: true
|
|
})
|