From a56601003bbcd5e8f57475a9f7f393f701a0c1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sat, 24 Dec 2016 18:00:56 +0100 Subject: [PATCH] custom-layouts example and doc --- .../{custom-layout => custom-layouts}/README.md | 0 .../layouts/dark.vue | 0 .../layouts/default.vue | 0 .../layouts/error.vue | 0 .../{custom-layout => custom-layouts}/package.json | 2 +- .../pages/about.vue | 0 .../pages/index.vue | 0 .../static/logo.png | Bin 8 files changed, 1 insertion(+), 1 deletion(-) rename examples/{custom-layout => custom-layouts}/README.md (100%) rename examples/{custom-layout => custom-layouts}/layouts/dark.vue (100%) rename examples/{custom-layout => custom-layouts}/layouts/default.vue (100%) rename examples/{custom-layout => custom-layouts}/layouts/error.vue (100%) rename examples/{custom-layout => custom-layouts}/package.json (81%) rename examples/{custom-layout => custom-layouts}/pages/about.vue (100%) rename examples/{custom-layout => custom-layouts}/pages/index.vue (100%) rename examples/{custom-layout => custom-layouts}/static/logo.png (100%) diff --git a/examples/custom-layout/README.md b/examples/custom-layouts/README.md similarity index 100% rename from examples/custom-layout/README.md rename to examples/custom-layouts/README.md diff --git a/examples/custom-layout/layouts/dark.vue b/examples/custom-layouts/layouts/dark.vue similarity index 100% rename from examples/custom-layout/layouts/dark.vue rename to examples/custom-layouts/layouts/dark.vue diff --git a/examples/custom-layout/layouts/default.vue b/examples/custom-layouts/layouts/default.vue similarity index 100% rename from examples/custom-layout/layouts/default.vue rename to examples/custom-layouts/layouts/default.vue diff --git a/examples/custom-layout/layouts/error.vue b/examples/custom-layouts/layouts/error.vue similarity index 100% rename from examples/custom-layout/layouts/error.vue rename to examples/custom-layouts/layouts/error.vue diff --git a/examples/custom-layout/package.json b/examples/custom-layouts/package.json similarity index 81% rename from examples/custom-layout/package.json rename to examples/custom-layouts/package.json index ce5d6af2a6..4b5f4b7874 100644 --- a/examples/custom-layout/package.json +++ b/examples/custom-layouts/package.json @@ -1,5 +1,5 @@ { - "name": "nuxt-extend-app", + "name": "nuxt-custom-layouts", "dependencies": { "nuxt": "latest" }, diff --git a/examples/custom-layout/pages/about.vue b/examples/custom-layouts/pages/about.vue similarity index 100% rename from examples/custom-layout/pages/about.vue rename to examples/custom-layouts/pages/about.vue diff --git a/examples/custom-layout/pages/index.vue b/examples/custom-layouts/pages/index.vue similarity index 100% rename from examples/custom-layout/pages/index.vue rename to examples/custom-layouts/pages/index.vue diff --git a/examples/custom-layout/static/logo.png b/examples/custom-layouts/static/logo.png similarity index 100% rename from examples/custom-layout/static/logo.png rename to examples/custom-layouts/static/logo.png