nuevo formularios, falta validar
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user