mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-15 22:05:22 -05:00
docs(pwa): Document themeColor and msTileColor (#954)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user