-
-
Hello World.
-
About
+
+
Welcome!
+ About page
-
-
diff --git a/examples/static-images/package.json b/examples/static-images/package.json
new file mode 100644
index 0000000000..33d3b0501f
--- /dev/null
+++ b/examples/static-images/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "nuxt-hello-world",
+ "dependencies": {
+ "nuxt": "latest"
+ },
+ "scripts": {
+ "dev": "nuxt",
+ "build": "nuxt build",
+ "start": "nuxt start"
+ }
+}
diff --git a/examples/static-images/pages/about.vue b/examples/static-images/pages/about.vue
new file mode 100644
index 0000000000..9f27ecf056
--- /dev/null
+++ b/examples/static-images/pages/about.vue
@@ -0,0 +1,36 @@
+
+
+
+
Thank you for testing nuxt.js
+
Loaded from the {{ name }}
+
Back home
+
+
+
+
+
+
diff --git a/examples/static-images/pages/index.vue b/examples/static-images/pages/index.vue
new file mode 100644
index 0000000000..95aaf9fced
--- /dev/null
+++ b/examples/static-images/pages/index.vue
@@ -0,0 +1,15 @@
+
+
+
+
Hello World.
+
About
+
+
+
+
diff --git a/examples/hello-world/static/nuxt-black.png b/examples/static-images/static/nuxt-black.png
similarity index 100%
rename from examples/hello-world/static/nuxt-black.png
rename to examples/static-images/static/nuxt-black.png
diff --git a/examples/hello-world/static/nuxt.png b/examples/static-images/static/nuxt.png
similarity index 100%
rename from examples/hello-world/static/nuxt.png
rename to examples/static-images/static/nuxt.png