nuevo formularios, falta validar

This commit is contained in:
Your Name
2025-01-22 12:36:21 -06:00
parent a3e85f5a76
commit 9a7e22f474
14 changed files with 3817 additions and 515 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "Nuxt Dev Container",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"forwardPorts": [3000],
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
},
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
],
"postCreateCommand": "npm install"
}