diff --git a/vue/Become_a_ninja_with_Vue_sample.pdf b/vue/Become_a_ninja_with_Vue_sample.pdf new file mode 100644 index 0000000..d5edfe6 Binary files /dev/null and b/vue/Become_a_ninja_with_Vue_sample.pdf differ diff --git a/vue/JavaScript-The-Definitive-Guide-6th-Edition.pdf b/vue/JavaScript-The-Definitive-Guide-6th-Edition.pdf new file mode 100644 index 0000000..1bef08c Binary files /dev/null and b/vue/JavaScript-The-Definitive-Guide-6th-Edition.pdf differ diff --git a/vue/The Majesty of Vue.js.pdf b/vue/The Majesty of Vue.js.pdf new file mode 100644 index 0000000..2e41c44 Binary files /dev/null and b/vue/The Majesty of Vue.js.pdf differ diff --git a/vue/Vue.js 2 Web Development Projects - Learn Vue.js by building 6 web apps.pdf b/vue/Vue.js 2 Web Development Projects - Learn Vue.js by building 6 web apps.pdf new file mode 100644 index 0000000..6560a3b Binary files /dev/null and b/vue/Vue.js 2 Web Development Projects - Learn Vue.js by building 6 web apps.pdf differ diff --git a/vue/chapter2.html b/vue/chapter2.html new file mode 100644 index 0000000..64df9f2 --- /dev/null +++ b/vue/chapter2.html @@ -0,0 +1,31 @@ + + + + Greetings friend + + +
+

Hello {{name}}

+
+
+ + + +
+
+
+ +
{{ $data | json }}
+ + + + + \ No newline at end of file diff --git a/vue/chapter3.html b/vue/chapter3.html new file mode 100644 index 0000000..15a1249 --- /dev/null +++ b/vue/chapter3.html @@ -0,0 +1,37 @@ + + + + Greetings user + + +
+ +
+

Hello, + + Mister {{name}}. + + Miss {{name}}. +

+
+ +

So you can't decide. Fine!

+ + + + + +
+
{{ $data | json }}
+ + + + diff --git a/vue/chapter4.html b/vue/chapter4.html new file mode 100644 index 0000000..a63801d --- /dev/null +++ b/vue/chapter4.html @@ -0,0 +1,47 @@ + + + + People of Gaul + + +
+

People of Gaul

+ +

"Old" People of Gaul

+ +
+
{{ $data | json }}
+ + + + \ No newline at end of file diff --git a/vue/chapter5.html b/vue/chapter5.html new file mode 100644 index 0000000..4a7e714 --- /dev/null +++ b/vue/chapter5.html @@ -0,0 +1,59 @@ + + + + The Elections + + + +
+

People of Vue

+ + + +

Our mayor is {{mayor.name}}!

+ +
{{ $data | json }}
+
{{ mayor | json }}
+
+ + + + diff --git a/vue/chapter6.html b/vue/chapter6.html new file mode 100644 index 0000000..c88e43a --- /dev/null +++ b/vue/chapter6.html @@ -0,0 +1,80 @@ + + + + Horse-drawn Chariots + + +
+

Chariot shopping

+ +
{{ $data | json }}
+
+ + + + + + + \ No newline at end of file diff --git a/vue/chapter7.html b/vue/chapter7.html new file mode 100644 index 0000000..30db2f0 --- /dev/null +++ b/vue/chapter7.html @@ -0,0 +1,35 @@ + + + + Paint Me + + + +
+
+

Paint this background!

+ +
+
+ + + + + diff --git a/vue/fullstack-vue-book-r8.www.EBooksWorld.ir.pdf b/vue/fullstack-vue-book-r8.www.EBooksWorld.ir.pdf new file mode 100644 index 0000000..273c96b Binary files /dev/null and b/vue/fullstack-vue-book-r8.www.EBooksWorld.ir.pdf differ diff --git a/vue/movies.html b/vue/movies.html new file mode 100644 index 0000000..c1b94df --- /dev/null +++ b/vue/movies.html @@ -0,0 +1,76 @@ + + + + + + + movies + + + + +
+
+

movies

+
+ + + + + + + + +
#TitleDirectorActions
+ +

Here's a list of all your movies. + +

+
{{ $data | json }}
+
+
+
+ + + + + + + diff --git a/vue/vdoc.pub_the-vue-handbook.mobi b/vue/vdoc.pub_the-vue-handbook.mobi new file mode 100644 index 0000000..41866de Binary files /dev/null and b/vue/vdoc.pub_the-vue-handbook.mobi differ