Skip to content

Commit 5af6195

Browse files
committed
feat: vueform vite + nuxt templates
1 parent ae709b3 commit 5af6195

31 files changed

+265
-47
lines changed

src/files/builder-nuxt-tailwind.config.js

Whitespace-only changes.

src/files/builder-vite-tailwind.config.js

Whitespace-only changes.

src/files/postcss.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/files/vueform-astro-vueform-vueform.config.js

Whitespace-only changes.

src/files/vueform-astro.tailwind.config.js

Whitespace-only changes.

src/files/vueform-nuxt-vueform-vueform.config.js

Whitespace-only changes.

src/files/vueform-nuxt.tailwind.confg.js

Whitespace-only changes.

src/files/vueform-vite-tailwind.config.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/files/vueform-vite-vueform-vueform.config.js

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<template>
2+
<div>
3+
<ClientOnly>
4+
<Vueform>
5+
<TextElement name="hello_world" label="Hello" placeholder="World" />
6+
</Vueform>
7+
</ClientOnly>
8+
</div>
9+
</template>

0 commit comments

Comments
 (0)