Initial commit from https://devstar.cn/lat5211/vitepress.git ( de04cbbb4c799c76e42e33c4eb73005db0b88915 )
This commit is contained in:
		
							
								
								
									
										20
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal 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"
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user