Initial commit from https://devstar.cn/lat5211/vitepress.git ( de04cbbb4c799c76e42e33c4eb73005db0b88915 )

This commit is contained in:
2025-10-21 07:36:15 +00:00
commit c1da0298fa
22 changed files with 30903 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "Vitepress Project",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
"forwardPorts": [
5173
],
"postCreateCommand": "npm install && npm add -D vitepress",
"customizations": {
"vscode": {
"extensions": [
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode"
],
"settings": {}
}
},
"remoteUser": "node"
}