PWA Egzanp se yon wèb-aplikasyon pwogresiv. Nan apliksasyon sa a nou jwen yon diskyonè kreyol ou kapab enstale sou telefòn ou.
Use a LitElement component
- From your project folder, install the component from npm.
npm install --save pwa-egzanp-le
Import the component.
In a JavaScript module:
import 'pwa-egzanp-le';
Or in HTML
<script type="module">
import './node_modules/responsive-flex-le/src/pwa-egzanp.js';
</script>
OR
<script
type="module"
src="./node_modules/responsive-flex-le/src/pwa-egzanp.js"
></script>
- Add the component to your application or component:
<pwa-egzanp></pwa-egzanp>
npm run start