finish UI

This commit is contained in:
2025-01-17 12:41:05 +08:00
parent e65d53f794
commit 8bd3c0a3a3
24 changed files with 952 additions and 48 deletions

View File

@@ -16,7 +16,8 @@
"@kintone/rest-api-client": "^5.7.0",
"kintone-ui-component": "1.18.0",
"rollup-plugin-css-only": "^4.5.2",
"vue": "^3.5.13"
"vue": "^3.5.13",
"vue-i18n": "^11.0.1"
},
"devDependencies": {
"@cybozu/eslint-config": "^23.0.0",
@@ -28,6 +29,7 @@
"eslint": "^8.57.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.7.3",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.1",
"vue-tsc": "^2.1.10"
}