Create unique passwords by hashing a service alias and your single master password.
npm run serve
npm run build
npm install
npx vue-pwa-asset-generator -a src/assets/icon-lock.png
package.json:
...
"devDependencies": {
...
"webpack-bundle-analyzer": "^3.9.0"
}
vue.config.js
configureWebpack: {
...
plugins: [
...
new BundleAnalyzerPlugin()
]
}