美文网首页
vuecli设置webapp缓存(appcache)(manif

vuecli设置webapp缓存(appcache)(manif

作者: 饼饼_佳 | 来源:发表于2017-07-08 22:12 被阅读0次

vuecli设置webapp缓存(appcache)(manifest)

安装插件

npm i -D appcache-manifest

修改package.json

{
  ...
  "scripts": {
    ...
    //新增
    "cache": "cd ./dist && appcache-manifest './**/**/**/**/**.**' --network-star -o ./index.appcache && cd ../",
    ...
  },
  ...
}

运行

npm run cache

相关文章

网友评论

      本文标题:vuecli设置webapp缓存(appcache)(manif

      本文链接:https://www.haomeiwen.com/subject/fhijhxtx.html