mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 10:56:39 +08:00
v2.0.0
This commit is contained in:
parent
58ad4f12b8
commit
f0c5369e36
13
.gitignore
vendored
13
.gitignore
vendored
@ -19,16 +19,7 @@ target/
|
|||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
|
|
||||||
### NetBeans ###
|
### front ###
|
||||||
/nbproject/private/
|
**/dist
|
||||||
/nbbuild/
|
|
||||||
/dist/
|
|
||||||
/nbdist/
|
|
||||||
/.nb-gradle/
|
|
||||||
build/
|
|
||||||
|
|
||||||
### VS Code ###
|
|
||||||
.vscode/
|
|
||||||
|
|
||||||
**/node_modules
|
**/node_modules
|
||||||
|
|
||||||
|
26
smart-admin-web/javascript-ant-design-vue3/.vscode/launch.json
vendored
Normal file
26
smart-admin-web/javascript-ant-design-vue3/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
// Use IntelliSense to learn about possible attributes.
|
||||||
|
// Hover to view descriptions of existing attributes.
|
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "vscode-edge-devtools.debug",
|
||||||
|
"name": "Open Edge DevTools",
|
||||||
|
"request": "attach",
|
||||||
|
"url": "http://localhost:8081", // Provide your project's url to finish configuring
|
||||||
|
"presentation": {
|
||||||
|
"hidden": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"compounds": [
|
||||||
|
{
|
||||||
|
"name": "Launch Edge Headless and attach DevTools",
|
||||||
|
"configurations": [
|
||||||
|
"Launch Microsoft Edge in headless mode",
|
||||||
|
"Open Edge DevTools"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user