重新组织项目文件目录结构,在仓库中可以直接查看文档中的图片
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"name": "dev-vitepress",
|
||||
"image": "node:20-alpine",
|
||||
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {},
|
||||
"extensions": [
|
||||
"vue.volar",
|
||||
"vue.vscode-typescript-vue-plugin",
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"esbenp.prettier-vscode"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"portsAttributes": {
|
||||
"5173": {
|
||||
"label": "vitepress debug",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "apk add git && npm install && npm add -D vitepress",
|
||||
"postAttachCommand": "npm run docs:dev"
|
||||
{
|
||||
"name": "dev-vitepress",
|
||||
"image": "node:20-alpine",
|
||||
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {},
|
||||
"extensions": [
|
||||
"vue.volar",
|
||||
"vue.vscode-typescript-vue-plugin",
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"esbenp.prettier-vscode"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"portsAttributes": {
|
||||
"5173": {
|
||||
"label": "vitepress debug",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "apk add git && npm install && npm add -D vitepress",
|
||||
"postAttachCommand": "npm run dev"
|
||||
}
|
||||
Reference in New Issue
Block a user