feat: add site

This commit is contained in:
2023-02-20 22:11:22 +08:00
parent 711a9c4546
commit b292e6ac83
6 changed files with 878 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from 'vitepress'
export default defineConfig({
title: 'vue3组件库站点'
})
+1
View File
@@ -0,0 +1 @@
# vue3组件库站点
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import vueJsxPlugin from '@vitejs/plugin-vue-jsx'
export default defineConfig({
plugins: [vueJsxPlugin()]
})