Initial app
This commit is contained in:
parent
e9852f9179
commit
6bc3f0cf45
11 changed files with 1755 additions and 1 deletions
6
vite.config.js
Normal file
6
vite.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { defineConfig } from "vite";
|
||||
import vue from "@vitejs/plugin-vue";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [vue()]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue