We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6235874 commit 8295079Copy full SHA for 8295079
hello-world/vue/vite.config.js
@@ -0,0 +1,6 @@
1
+import { defineConfig } from "vite";
2
+import vue from "@vitejs/plugin-vue";
3
+
4
+export default defineConfig({
5
+ plugins: [vue()]
6
+});
0 commit comments