# trustcontact web components
Progetto Vue 3 (Vite) per creare Web Components custom element.
## Quick start
```bash
cd quasar/web_components
npm i
npm run dev
```
Apri il playground su `http://localhost:5173`.
## Build libreria
```bash
npm run build
```
Output in `dist/`:
- `trustcontact-web-components.es.js`
- `trustcontact-web-components.iife.js`
## Uso nel browser
```html
```