From ab6e8b2faf04f89a9330d43598b2cf64de928e58 Mon Sep 17 00:00:00 2001 From: Front <27463495+Frontesque@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:16:53 -0500 Subject: [PATCH] move to NUXT --- .editorconfig => NUXT/.editorconfig | 0 .gitattributes => NUXT/.gitattributes | 0 .gitignore => NUXT/.gitignore | 0 LICENSE => NUXT/LICENSE | 0 README.md => NUXT/README.md | 0 {assets => NUXT/assets}/variables.scss | 0 {components => NUXT/components}/NuxtLogo.vue | 0 {components => NUXT/components}/Tutorial.vue | 0 .../components}/VuetifyLogo.vue | 0 {layouts => NUXT/layouts}/default - Copy.vue | 0 {layouts => NUXT/layouts}/default.vue | 19 ++++++++++++++++-- {layouts => NUXT/layouts}/error.vue | 0 nuxt.config.js => NUXT/nuxt.config.js | 0 package-lock.json => NUXT/package-lock.json | 1 - package.json => NUXT/package.json | 0 {pages => NUXT/pages}/index.vue | 0 {static => NUXT/static}/favicon.ico | Bin {static => NUXT/static}/v.png | Bin {static => NUXT/static}/vuetify-logo.svg | 0 {store => NUXT/store}/README.md | 0 20 files changed, 17 insertions(+), 3 deletions(-) rename .editorconfig => NUXT/.editorconfig (100%) rename .gitattributes => NUXT/.gitattributes (100%) rename .gitignore => NUXT/.gitignore (100%) rename LICENSE => NUXT/LICENSE (100%) rename README.md => NUXT/README.md (100%) rename {assets => NUXT/assets}/variables.scss (100%) rename {components => NUXT/components}/NuxtLogo.vue (100%) rename {components => NUXT/components}/Tutorial.vue (100%) rename {components => NUXT/components}/VuetifyLogo.vue (100%) rename {layouts => NUXT/layouts}/default - Copy.vue (100%) rename {layouts => NUXT/layouts}/default.vue (70%) rename {layouts => NUXT/layouts}/error.vue (100%) rename nuxt.config.js => NUXT/nuxt.config.js (100%) rename package-lock.json => NUXT/package-lock.json (99%) rename package.json => NUXT/package.json (100%) rename {pages => NUXT/pages}/index.vue (100%) rename {static => NUXT/static}/favicon.ico (100%) rename {static => NUXT/static}/v.png (100%) rename {static => NUXT/static}/vuetify-logo.svg (100%) rename {store => NUXT/store}/README.md (100%) diff --git a/.editorconfig b/NUXT/.editorconfig similarity index 100% rename from .editorconfig rename to NUXT/.editorconfig diff --git a/.gitattributes b/NUXT/.gitattributes similarity index 100% rename from .gitattributes rename to NUXT/.gitattributes diff --git a/.gitignore b/NUXT/.gitignore similarity index 100% rename from .gitignore rename to NUXT/.gitignore diff --git a/LICENSE b/NUXT/LICENSE similarity index 100% rename from LICENSE rename to NUXT/LICENSE diff --git a/README.md b/NUXT/README.md similarity index 100% rename from README.md rename to NUXT/README.md diff --git a/assets/variables.scss b/NUXT/assets/variables.scss similarity index 100% rename from assets/variables.scss rename to NUXT/assets/variables.scss diff --git a/components/NuxtLogo.vue b/NUXT/components/NuxtLogo.vue similarity index 100% rename from components/NuxtLogo.vue rename to NUXT/components/NuxtLogo.vue diff --git a/components/Tutorial.vue b/NUXT/components/Tutorial.vue similarity index 100% rename from components/Tutorial.vue rename to NUXT/components/Tutorial.vue diff --git a/components/VuetifyLogo.vue b/NUXT/components/VuetifyLogo.vue similarity index 100% rename from components/VuetifyLogo.vue rename to NUXT/components/VuetifyLogo.vue diff --git a/layouts/default - Copy.vue b/NUXT/layouts/default - Copy.vue similarity index 100% rename from layouts/default - Copy.vue rename to NUXT/layouts/default - Copy.vue diff --git a/layouts/default.vue b/NUXT/layouts/default.vue similarity index 70% rename from layouts/default.vue rename to NUXT/layouts/default.vue index f8a6481..704a020 100644 --- a/layouts/default.vue +++ b/NUXT/layouts/default.vue @@ -1,11 +1,16 @@ + +