vuecli设置webapp缓存(appcache)(manif

2017-07-08  本文已影响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

上一篇 下一篇

猜你喜欢

热点阅读