v1.0.1 - 升级文档说明 & 增加npm包集成示例

This commit is contained in:
LINING-PC\lining
2025-07-01 11:46:02 +08:00
parent 80b6d28698
commit 10d21693af
20 changed files with 5791 additions and 1004 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
})