1
0
forked from devstar/docs

重新组织项目文件目录结构,在仓库中可以直接查看文档中的图片

This commit is contained in:
孟宁
2025-11-16 06:29:10 +00:00
parent ff69c668c1
commit 6b3638c71a
57 changed files with 193 additions and 259 deletions

View File

@@ -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"
}