Initial empty app

This commit is contained in:
MattIPv4
2020-04-27 20:20:51 +01:00
commit 9e615bb036
16 changed files with 8787 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import templates from './templates';
export default { templates };

View File

@@ -0,0 +1,5 @@
export default {
title: 'NGINXConfig',
description: '',
oss: 'This tool is {link|open-source on GitHub|https://github.com/do-community/nginxconfig-vue} under the {link|Apache-2.0|https://github.com/do-community/nginxconfig-vue/blob/master/LICENSE} license! We welcome feedback and contributions.',
};

View File

@@ -0,0 +1,3 @@
import app from './app';
export default { app };

View File

@@ -0,0 +1,6 @@
import en from './en';
const lang = 'en';
const packs = { en };
export default packs[lang];