project vuala

This commit is contained in:
2026-05-07 23:56:05 +02:00
parent deca3dfce6
commit fdd3d9196a
29 changed files with 3975 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"enabledPlugins": {
"frontend-design@claude-plugins-official": true
}
}
+15
View File
@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"Bash(npm create *)",
"Bash(npm install *)",
"Bash(npm run *)",
"Bash(npx vite *)",
"Bash(curl -s http://localhost:5173)",
"Bash(curl -s http://localhost:5174)"
]
},
"enabledPlugins": {
"frontend-design@claude-plugins-official": true
}
}