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", "image": "node:20-alpine",
"customizations": { "customizations": {
"vscode": { "vscode": {
"settings": {}, "settings": {},
"extensions": [ "extensions": [
"streetsidesoftware.code-spell-checker" "vue.volar",
"vue.vscode-typescript-vue-plugin",
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode"
] ]
} }
}, },
"portsAttributes": { "portsAttributes": {
"3000": { "5173": {
"label": "Hello Remote World", "label": "vitepress debug",
"onAutoForward": "notify" "onAutoForward": "notify"
} }
}, },
"postCreateCommand": "apk add git && npm install && npm add -D vitepress",
"postAttachCommand": "npm run docs:dev" "postAttachCommand": "npm run docs:dev"
} }