💄 Designed card component
This commit is contained in:
parent
1d963e6f5b
commit
3a7cb3e9bc
9 changed files with 980 additions and 0 deletions
7
frontend/vite.config.js
Normal file
7
frontend/vite.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from "vite";
|
||||
import vue from "@vitejs/plugin-vue";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue