feat: setup services, prepare API integration

This commit is contained in:
2026-02-26 15:35:37 +07:00
parent 17f10231fb
commit 1c139eed97
17 changed files with 453 additions and 86 deletions

View File

@@ -11,7 +11,8 @@
"test:unit": "vitest",
"lint": "eslint .",
"ionic:build": "npm run build",
"ionic:serve": "npm run dev -- --open"
"ionic:serve": "npm run dev -- --open",
"start": "npm run dev --mode development"
},
"dependencies": {
"@capacitor/android": "8.1.0",
@@ -23,12 +24,16 @@
"@capacitor/status-bar": "8.0.1",
"@ionic/vue": "^8.0.0",
"@ionic/vue-router": "^8.0.0",
"axios": "^1.13.5",
"ionicons": "^7.0.0",
"lodash-es": "^4.17.23",
"pinia": "^3.0.4",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@capacitor/cli": "8.1.0",
"@types/lodash-es": "^4.17.12",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^12.0.0",