How to use @ionic/pwa-elements - 1 common examples

To help you get started, we’ve selected a few @ionic/pwa-elements examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github aaronksaunders / capacitor-vue-ionicv4-app / src / main.js View on Github external
import App from "./App.vue";
import router from "./router";

import { defineCustomElements } from '@ionic/pwa-elements/loader';


Vue.config.productionTip = false;

Vue.use(Ionic);

  new Vue({
    router,
    render: h => h(App)
  }).$mount("#app");

  defineCustomElements(window);

@ionic/pwa-elements

Stencil Component Starter

MIT
Latest version published 9 months ago

Package Health Score

73 / 100
Full package analysis

Popular @ionic/pwa-elements functions

Similar packages