mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 11:53:47 +08:00
Initial empty app
This commit is contained in:
3
src/nginxconfig/i18n/en/index.js
Normal file
3
src/nginxconfig/i18n/en/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import templates from './templates';
|
||||
|
||||
export default { templates };
|
5
src/nginxconfig/i18n/en/templates/app.js
Normal file
5
src/nginxconfig/i18n/en/templates/app.js
Normal 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.',
|
||||
};
|
3
src/nginxconfig/i18n/en/templates/index.js
Normal file
3
src/nginxconfig/i18n/en/templates/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import app from './app';
|
||||
|
||||
export default { app };
|
Reference in New Issue
Block a user