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