nuxt pwa offline first:Nuxt PWA通过工作框@nuxtpwa模块专注于脱机优先 源码
Nuxt渐进式Web应用程序 该应用专注于提供脱机的第一体验,通过工作箱@ nuxt / pwa模块管理后台同步过程和缓存存储 测试应用 要测试该应用,请在本地安装 # clone the repo $ git clone git@github.com:JuanMa2700/nuxt-pwa-offline-first.git # install dependencies $ npm install 之后,您可以运行dev命令来启动服务器,以侦听代码中的更改 # go into directori $ cd nuxt-progressive-web-app # nuxt dev command $ npm run dev 默认情况下,您的应用应该可以在localhost:3000上使用您可以运行以下生产命令以在localhost上运行您的应用:3000运
用户评论