Skip to content

Commit

Permalink
add vue config file to change manifest.json theme color and short name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgaroro committed Apr 17, 2021
1 parent 0249a75 commit 701f7ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
pwa: {
themeColor: "#0D6EFD",
manifestOptions: {
short_name: "vue-todo",
},
},
};

0 comments on commit 701f7ca

Please sign in to comment.