dev-vitepress works well

This commit is contained in:
孟宁
2025-11-10 10:13:38 +00:00
parent 8d110627f0
commit 28f151e092

View File

@@ -1,21 +1,25 @@
{
"name": "Node.js",
"name": "dev-vitepress",
"image": "node:20-alpine",
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"streetsidesoftware.code-spell-checker"
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode"
]
}
},
"portsAttributes": {
"3000": {
"label": "Hello Remote World",
"5173": {
"label": "vitepress debug",
"onAutoForward": "notify"
}
},
"postCreateCommand": "apk add git && npm install && npm add -D vitepress",
"postAttachCommand": "npm run docs:dev"
}