当前使用“ @ nuxtjs / pwa”:“ 2.6.0”在灯塔分析中未发现问题,服务人员也需要时间。 特定的灯塔错误失败:未获取清单。
如果需要,我也可以提供代码帮助!
我的nuxt.config.js
build: {
publicPath: cdn.com
},
modules: [
'@nuxtjs/axios',
'@nuxtjs/pwa'
],
manifest: {
name: 'name',
description: "Desc",
theme_color: '#607D8B',
short_name: 'shortname'
},
使用Docker部署程序。将.nuxt / dist / client目录的内容上传到您的CDN(PublicPath Docs Nuxt)
答案 0 :(得分:0)
根据文档,您必须将清单对象包装到 pwa 中:https://pwa.nuxtjs.org/manifest
试试这个:
name: vagrant-up
on: [push]
jobs:
vagrant-up:
runs-on: macos-10.15
strategy:
matrix:
Directory: [centos7, centos8, centos9]
steps:
- uses: actions/checkout@v2
- name: Run vagrant up
working-directory: ${{ matrix.Directory }}
run: |
vagrant up
- name: package box
working-directory: ${{ matrix.Directory }}
run: |
vagrant package --base vagrant-default --output default.box