Skip to content

Commit

Permalink
perf: pwa icon
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Oct 29, 2020
1 parent abde5c3 commit 404c73d
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 20 deletions.
24 changes: 20 additions & 4 deletions build/vite/plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,26 @@ export function createVitePlugins(viteEnv: ViteEnv) {
vitePlugins.push(PurgeIcons());

if (isProdFn() && VITE_USE_PWA) {
console.log('======================');
console.log(VITE_USE_PWA);
console.log('======================');
vitePlugins.push(VitePWA());
vitePlugins.push(
VitePWA({
manifest: {
name: 'Vben Admin',
short_name: 'vben_admin',
icons: [
{
src: './resource/img/pwa-192x192.png',
sizes: '192x192',
type: 'image/png',
},
{
src: './resource/img/pwa-512x512.png',
sizes: '512x512',
type: 'image/png',
},
],
},
})
);
}

// vite-plugin-mock
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@iconify/json": "^1.1.248",
"@ls-lint/ls-lint": "^1.9.2",
"@purge-icons/generated": "^0.4.1",
"@types/echarts": "^4.8.3",
"@types/echarts": "^4.9.0",
"@types/fs-extra": "^9.0.2",
"@types/koa-static": "^4.0.1",
"@types/lodash-es": "^4.17.3",
Expand All @@ -66,7 +66,7 @@
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^7.12.0",
"eslint-config-prettier": "^6.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.1.0",
"esno": "^0.2.4",
Expand All @@ -91,7 +91,7 @@
"vite-plugin-html": "^1.0.0-beta.2",
"vite-plugin-mock": "^1.0.6",
"vite-plugin-purge-icons": "^0.4.4",
"vite-plugin-pwa": "^0.1.2",
"vite-plugin-pwa": "^0.1.3",
"vue-eslint-parser": "^7.1.1",
"yargs": "^16.1.0"
},
Expand Down
Binary file added public/resource/img/pwa-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/resource/img/pwa-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/views/sys/login/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
</a-form-item>
<a-form-item name="password">
<a-input-password
autofocus="autofocus"
size="large"
visibilityToggle
v-model:value="formData.password"
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1275,10 +1275,10 @@
"@types/keygrip" "*"
"@types/node" "*"

"@types/echarts@^4.8.3":
version "4.8.3"
resolved "https://registry.npmjs.org/@types/echarts/-/echarts-4.8.3.tgz#78ef1ede01c3705b52342da997b3d54571d3604e"
integrity sha512-5aFZ7/6f+SPonLh4Nuso6pEZWwX8VBMYh2e83x1GVEpGkcN3GC0HzxPoF6ZSZPwoe5Rg4bhNwD9f2TVYxgU/QQ==
"@types/echarts@^4.9.0":
version "4.9.0"
resolved "https://registry.npmjs.org/@types/echarts/-/echarts-4.9.0.tgz#e133ea5429ada1d814f9cc1deae855421dcdd2ef"
integrity sha512-9QIAUe6cxM5GyGNCIhlEwf7l5oclZDVM0HNRfehPx3dDUt1Jfhbvp/U2wfgwtL/IDqyASBVs1zu4qyaCsuJINA==
dependencies:
"@types/zrender" "*"

Expand Down Expand Up @@ -3267,10 +3267,10 @@ escape-string-regexp@^1.0.5:
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=

eslint-config-prettier@^6.14.0:
version "6.14.0"
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.14.0.tgz#390e7863a8ae99970981933826476169285b3a27"
integrity sha512-DbVwh0qZhAC7CNDWcq8cBdK6FcVHiMTKmCypOPWeZkp9hJ8xYwTaWSa6bb6cjfi8KOeJy0e9a8Izxyx+O4+gCQ==
eslint-config-prettier@^6.15.0:
version "6.15.0"
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
dependencies:
get-stdin "^6.0.0"

Expand Down Expand Up @@ -8016,10 +8016,10 @@ vite-plugin-purge-icons@^0.4.4:
"@purge-icons/generated" "^0.4.1"
rollup-plugin-purge-icons "^0.4.4"

vite-plugin-pwa@^0.1.2:
version "0.1.2"
resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.1.2.tgz#286b1b22a3b56268477defcd1e4a0029f09fcd06"
integrity sha512-u+jRU+4q0jHZ/xplsi+QbJA3dJB2/sA6CeH5to48/asxW3Zl3A9byqAnucbgX8mOswYUc/MhpSIK/B1ZartI3A==
vite-plugin-pwa@^0.1.3:
version "0.1.3"
resolved "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.1.3.tgz#e3934ffd1c916cd336ae45517d373f8114c740f4"
integrity sha512-WZ1zMQyXpZVprX69zD8KFYb0mcVKtacktXYfSNVPQl3mG1Ucsm6tl398eIZOshVEzhlRvUDH8xcLAB26+2sDeg==
dependencies:
debug "^4.3.0"
fast-glob "^3.2.4"
Expand Down

0 comments on commit 404c73d

Please sign in to comment.