Add pwa to your nuxt.js app
Let's go the terminal and type:
yarn add --dev @nuxtjs/pwa
or
npm i --save-dev @nuxtjs/pwa
Once finished installing, go to nuxt-config.js and add the following
modules: ["@nuxtjs/pwa"],
Now you're app have pwa technology, We only need to override def...
tajeddine.hashnode.dev1 min read