initial commit

This commit is contained in:
Hydroxycarbamide 2022-05-15 01:08:46 +02:00
commit aa56b724f2
18 changed files with 2718 additions and 0 deletions

7
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()]
})