mirror of
				https://github.com/antd-tiny-vue/antd-tiny-vue.git
				synced 2025-10-31 08:41:45 +08:00 
			
		
		
		
	feat: add site
This commit is contained in:
		
							
								
								
									
										5
									
								
								site/.vitepress/config.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								site/.vitepress/config.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| import { defineConfig } from 'vitepress' | ||||
|  | ||||
| export default defineConfig({ | ||||
|   title: 'vue3组件库站点' | ||||
| }) | ||||
							
								
								
									
										1
									
								
								site/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								site/index.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| # vue3组件库站点 | ||||
							
								
								
									
										6
									
								
								site/vite.config.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								site/vite.config.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| import { defineConfig } from 'vite' | ||||
| import vueJsxPlugin from '@vitejs/plugin-vue-jsx' | ||||
|  | ||||
| export default defineConfig({ | ||||
|   plugins: [vueJsxPlugin()] | ||||
| }) | ||||
		Reference in New Issue
	
	Block a user