kontor-vue with tutorial implementation

This commit is contained in:
2026-04-12 16:23:10 +02:00
parent 709ac9512c
commit 4c918f01db
55 changed files with 4015 additions and 2824 deletions
+22 -28
View File
@@ -1,29 +1,23 @@
{
"name": "kontor-vue",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/vue-fontawesome": "^3.1.3",
"axios": "^1.14.0",
"bootstrap": "^5.3.8",
"jquery": "^4.0.0",
"popper.js": "^1.16.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.30",
"vue-router": "^4.6.4",
"vuex": "^4.1.0",
"yup": "^1.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.5",
"vite": "^8.0.1"
}
}
"name": "vue-3-pinia-registration-login-example",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.0.13",
"vee-validate": "^4.5.11",
"vue": "^3.2.33",
"vue-router": "^4.0.14",
"yup": "^0.32.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"vite": "^2.9.5"
}
}