First Commit

This commit is contained in:
GMrrc
2024-11-06 15:35:54 +01:00
commit 5a887f38dd
87 changed files with 1990 additions and 0 deletions

26
src/App.vue Normal file
View File

@ -0,0 +1,26 @@
<template>
<NcAppContent>
<div id="webserver">
<h1>Hello world!</h1>
</div>
</NcAppContent>
</template>
<script>
import NcAppContent from '@nextcloud/vue/dist/Components/NcAppContent.js'
export default {
name: 'App',
components: {
NcAppContent,
},
}
</script>
<style scoped lang="scss">
#webserver {
display: flex;
justify-content: center;
margin: 16px;
}
</style>

View File

6
src/main.js Normal file
View File

@ -0,0 +1,6 @@
import Vue from 'vue'
import App from './App.vue'
Vue.mixin({ methods: { t, n } })
const View = Vue.extend(App)
new View().$mount('#webserver')

View File

@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://apps.nextcloud.com/developer/apps/generate
HostUrl=https://apps.nextcloud.com/developer/apps/generate