docs: add framework code samples

This commit is contained in:
Corbin Crutchley
2023-12-14 04:41:26 -08:00
parent fb2c8e1bfa
commit 04fe0cdf00
22 changed files with 16398 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
export default defineConfig({
plugins: [vue()],
});