add frontend

This commit is contained in:
C菌
2023-05-13 04:41:35 +08:00
parent b38a215125
commit cc6678c201
23 changed files with 2047 additions and 5 deletions

7
web/vite.config.js Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
})