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>
24 lines
231 B
Plaintext
24 lines
231 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|