Add skeleton frontend
This commit is contained in:
parent
60542935c8
commit
5b62099b3d
20 changed files with 4052 additions and 5 deletions
|
@ -2,11 +2,16 @@
|
|||
"folders": [
|
||||
{
|
||||
"name": "Frontend",
|
||||
"path": "../frontend"
|
||||
"path": "../frontend",
|
||||
},
|
||||
{
|
||||
"name": "Root",
|
||||
"path": "../"
|
||||
}
|
||||
]
|
||||
}
|
||||
"path": "../",
|
||||
},
|
||||
],
|
||||
"settings": {
|
||||
"editor.formatOnSave": true,
|
||||
"editor.tabSize": 2,
|
||||
"editor.detectIndentation": false,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue