chore: initial commit

This commit is contained in:
stanig2106
2025-11-14 00:17:13 +01:00
commit 54b42e5dba
23 changed files with 2226 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<template>
<div>basic</div>
</template>
<script setup>
</script>
+7
View File
@@ -0,0 +1,7 @@
import MyModule from '../../../src/module'
export default defineNuxtConfig({
modules: [
MyModule,
],
})
+5
View File
@@ -0,0 +1,5 @@
{
"private": true,
"name": "basic",
"type": "module"
}