Added icons

This commit is contained in:
Jeroen De Meerleer 2021-05-15 11:30:44 +02:00
parent 9514e4b9fb
commit 8ae179876a
31 changed files with 1023 additions and 313 deletions

@ -1 +1 @@
Subproject commit 075ec6a0f6e77e524fdefa4f2bde88a2c6b4c828
Subproject commit 399ae864d242217e245a011e2d9464aab8890f7e

1324
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,13 +5,15 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-app": "NODE_ENV=app vue-cli-service build --mode=app",
"lint": "vue-cli-service lint"
"build-app": "BUILD_TARGET=app vue-cli-service build",
"lint": "vue-cli-service lint",
"resources": "capacitor-resources -p android"
},
"dependencies": {
"@capacitor/android": "^2.4.7",
"@capacitor/cli": "^2.4.7",
"@capacitor/core": "^2.4.7",
"capacitor-resources": "^2.0.5",
"core-js": "^3.6.5",
"vue": "^2.6.11"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

BIN
resources/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

BIN
resources/splash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

View File

@ -1,7 +1,7 @@
// vue.config.js
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? '/rummy-timer/' : '/',
outputDir: process.env.NODE_ENV === 'production' ? 'dist' : process.env.NODE_ENV === 'app' ? 'app' : 'dist',
publicPath: process.env.BUILD_TARGET == 'app' ? '/' : '/rummy-timer/',
outputDir: process.env.BUILD_TARGET == 'app' ? 'app': 'dist',
css: {
loaderOptions: {
// by default the `sass` option will apply to both syntaxes