|
|
||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
README.md
trustcontact web components
Progetto Vue 3 (Vite) per creare Web Components custom element.
Quick start
cd web_components
npm i
npm run dev
Apri il playground su http://localhost:5173.
Build libreria
npm run build
Output in dist/:
user-menu.es.jsuser-menu.iife.js
Uso nel browser
<link rel="stylesheet" href="/path/user-menu.css" />
<script type="module" src="/path/user-menu.es.js"></script>
<trustcontact-greeting name="Fabio"></trustcontact-greeting>