added build settings, added deeplinks
Showing
build/AppIcon.icns
0 → 100644
File added
build/icons_256x256.png
0 → 100644
55.5 KB
build/icons_32x32.png
0 → 100644
4.23 KB
build/icons_512x512.png
0 → 100644
251 KB
build/icons_AppIcon.ico
0 → 100644
146 KB
{ | ||
"name": "spinshare-client", | ||
"productName": "SpinSha.re", | ||
"description": "SpinSha.re Client", | ||
"homepage": "https://spinsha.re", | ||
"copyright": "Copyright © SpinSha.re", | ||
"version": "2.0.0", | ||
"author": "SpinSha.re", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
... | ... | @@ -15,12 +20,10 @@ |
"adm-zip": "^0.4.14", | ||
"axios": "^0.19.2", | ||
"core-js": "^3.6.4", | ||
"electron-download-manager": "^2.1.2", | ||
"glob": "^7.1.6", | ||
"ncp": "^2.0.0", | ||
"rimraf": "^3.0.2", | ||
"uniqid": "^5.2.0", | ||
"unzipper": "^0.10.11", | ||
"vue": "^2.6.11", | ||
"vue-axios": "^2.1.5", | ||
"vue-i18n": "^8.17.4", | ||
... | ... |
vue.config.js
0 → 100644