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
+12
View File
@@ -0,0 +1,12 @@
/* eslint-env node */
module.exports = {
"root": true,
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"env": {
"vue/setup-compiler-macros": true,
"vue/multi-word-component-names": false
}
}