Skip to content

Commit

Permalink
docs(pwa): Document themeColor and msTileColor (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-is authored and yyx990803 committed Apr 25, 2018
1 parent fe0c569 commit e8d3a3c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/@vue/cli-plugin-pwa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ file, or the `"vue"` field in `package.json`.
module.exports = {
// ...other vue-cli plugin options...
pwa: {
name: 'My App', // used for apple-mobile-web-app-title
themeColor: '#4DBA87',
msTileColor: '#000000',
workboxPluginMode: 'InjectManifest',
workboxOptions: {
// swSrc is required in InjectManifest mode.
swSrc: 'dev/sw.js',
// ...other Workbox options...
},
},
};
}
}
}
```

## Installing in an Already Created Project
Expand Down

0 comments on commit e8d3a3c

Please sign in to comment.