Remove templates and add vue template

This commit is contained in:
2022-01-17 22:05:43 +00:00
parent 663f247080
commit aa33c148cb
53 changed files with 452 additions and 2499 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()]
})