This is a web-component that allows you to display Uniqe NFT Proof for a web3 user on your website.
npm install uniqe-widgetThis is a web-component that allows you to display Uniqe NFT Proof for a web3 user on your website.

``html`
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Imports in TSTypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
1. Disable the built-in TypeScript Extension
1) Run Extensions: Show Built-in Extensions from VSCode's command paletteTypeScript and JavaScript Language Features
2) Find , right click and select Disable (Workspace)Developer: Reload Window
2. Reload the VSCode window by running from the command palette.
`sh`
cp .env.example .env
npm install
`sh`
npm run dev
`sh``
npx vite build --mode production