use vite to start & build app

This commit is contained in:
2025-07-03 12:42:45 +02:00
parent f3f3925652
commit 08e86ffd74
29 changed files with 5880 additions and 14392 deletions
+15 -4
View File
@@ -1,12 +1,23 @@
{
"useTabs": true,
"tabWidth": 4,
"arrowParens": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"endOfLine": "lf",
"jsxSingleQuote": true,
"overrides": [
{
"files": "*.scss",
"options": {
"singleQuote": false
}
}
],
"printWidth": 500,
"proseWrap": "always",
"useTabs": true,
"semi": true,
"trailingComma": "all",
"singleAttributePerLine": true,
"singleQuote": true,
"printWidth": 500
"tabWidth": 4,
"trailingComma": "all"
}