diff --git a/vuejs/README b/vuejs/README new file mode 100644 index 0000000..04f76a0 --- /dev/null +++ b/vuejs/README @@ -0,0 +1,3 @@ +# The Vuejs Short Explanation + +### A Breif Introduction To Vuejs \ No newline at end of file diff --git a/vuejs/src/0_0_example.rb b/vuejs/src/0_0_example.rb new file mode 100644 index 0000000..e69de29 diff --git a/vuejs/static/images/favicon.ico b/vuejs/static/images/favicon.ico new file mode 100644 index 0000000..df36fcf Binary files /dev/null and b/vuejs/static/images/favicon.ico differ diff --git a/vuejs/static/images/rails.png b/vuejs/static/images/rails.png new file mode 100644 index 0000000..d5edc04 Binary files /dev/null and b/vuejs/static/images/rails.png differ diff --git a/vuejs/txt/0_introduction.mdown b/vuejs/txt/0_introduction.mdown new file mode 100644 index 0000000..6059290 --- /dev/null +++ b/vuejs/txt/0_introduction.mdown @@ -0,0 +1,44 @@ +# 0 +### Introduction To Vue.js + +# Vue.js + + +__Vue.js is a rapidly growing front-end framework for JavaScript , inspired by Angular.js, React.js, +and Rivets.js that offers simplistic user-interface design, manipulation, and reactivity.__ + +__It is described as a framework, which is based on the +concept of two-way binding data to components and views. It is incredibly fast, exceeding speeds +of other top-tier JS frameworks, and very user friendly for easy integration and prototyping.__ + +## Examples + +### To start using Vue.js, make sure you have the script file included in your HTML. For example, add the following to your HTML. + +``` + +``` + +## HTML File +``` +