2025-10-21 07:36:15 +00:00
|
|
|
{
|
|
|
|
|
"name": "Vitepress Project",
|
|
|
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
|
|
|
|
|
"customizations": {
|
|
|
|
|
"vscode": {
|
|
|
|
|
"extensions": [
|
|
|
|
|
"vue.volar",
|
|
|
|
|
"vue.vscode-typescript-vue-plugin",
|
|
|
|
|
"bradlc.vscode-tailwindcss",
|
|
|
|
|
"esbenp.prettier-vscode"
|
|
|
|
|
],
|
|
|
|
|
"settings": {}
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-10-26 17:08:38 +08:00
|
|
|
"portsAttributes": {
|
|
|
|
|
"5173": {
|
|
|
|
|
"label": "Web Server",
|
|
|
|
|
"onAutoForward": "notify"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-10-27 19:34:22 +08:00
|
|
|
"postAttachCommand": "npm install && npm add -D vitepress && npm run docs:dev -- --host 0.0.0.0"
|
2025-10-21 07:36:15 +00:00
|
|
|
}
|