diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9cf6fff
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+node_modules/
+.idea
diff --git a/.meteor/.finished-upgraders b/.meteor/.finished-upgraders
new file mode 100644
index 0000000..aa60704
--- /dev/null
+++ b/.meteor/.finished-upgraders
@@ -0,0 +1,15 @@
+# This file contains information which helps Meteor properly upgrade your
+# app when you run 'meteor update'. You should check it into version control
+# with your project.
+
+notices-for-0.9.0
+notices-for-0.9.1
+0.9.4-platform-file
+notices-for-facebook-graph-api-2
+1.2.0-standard-minifiers-package
+1.2.0-meteor-platform-split
+1.2.0-cordova-changes
+1.2.0-breaking-changes
+1.3.0-split-minifiers-package
+1.4.0-remove-old-dev-bundle-link
+1.4.1-add-shell-server-package
diff --git a/.meteor/.gitignore b/.meteor/.gitignore
new file mode 100644
index 0000000..4083037
--- /dev/null
+++ b/.meteor/.gitignore
@@ -0,0 +1 @@
+local
diff --git a/.meteor/.id b/.meteor/.id
new file mode 100644
index 0000000..cdbb765
--- /dev/null
+++ b/.meteor/.id
@@ -0,0 +1,7 @@
+# This file contains a token that is unique to your project.
+# Check it into your repository along with the rest of this directory.
+# It can be used for purposes such as:
+# - ensuring you don't accidentally deploy one app on top of another
+# - providing package authors with aggregated statistics
+
+sspia8158r7il1mjtmsr
diff --git a/.meteor/packages b/.meteor/packages
new file mode 100644
index 0000000..7733f22
--- /dev/null
+++ b/.meteor/packages
@@ -0,0 +1,20 @@
+# Meteor packages used by this project, one per line.
+# Check this file (and the other files in this directory) into your repository.
+#
+# 'meteor add' and 'meteor remove' will edit this file for you,
+# but you can also edit it by hand.
+
+meteor-base@1.0.4 # Packages every Meteor app needs to have
+mobile-experience@1.0.4 # Packages for a great mobile UX
+mongo@1.1.14 # The database Meteor supports right now
+reactive-var@1.0.11 # Reactive variable for tracker
+tracker@1.1.1 # Meteor's client-side reactive programming library
+
+standard-minifier-css@1.3.2 # CSS minifier run for production mode
+standard-minifier-js@1.2.1 # JS minifier run for production mode
+es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
+ecmascript@0.6.1 # Enable ECMAScript2015+ syntax in app code
+shell-server@0.2.1 # Server-side component of the `meteor shell` command
+
+akryum:vue-component
+static-html
diff --git a/.meteor/platforms b/.meteor/platforms
new file mode 100644
index 0000000..efeba1b
--- /dev/null
+++ b/.meteor/platforms
@@ -0,0 +1,2 @@
+server
+browser
diff --git a/.meteor/release b/.meteor/release
new file mode 100644
index 0000000..61f6c67
--- /dev/null
+++ b/.meteor/release
@@ -0,0 +1 @@
+METEOR@1.4.2.3
diff --git a/.meteor/versions b/.meteor/versions
new file mode 100644
index 0000000..4964ca4
--- /dev/null
+++ b/.meteor/versions
@@ -0,0 +1,70 @@
+akryum:vue-component@0.7.12
+akryum:vue-component-dev-client@0.2.2
+akryum:vue-component-dev-server@0.0.3
+allow-deny@1.0.5
+autoupdate@1.2.11
+babel-compiler@6.13.0
+babel-runtime@1.0.1
+base64@1.0.10
+binary-heap@1.0.10
+blaze@2.2.1
+blaze-tools@1.0.10
+boilerplate-generator@1.0.11
+caching-compiler@1.1.9
+caching-html-compiler@1.0.7
+callback-hook@1.0.10
+check@1.2.4
+ddp@1.2.5
+ddp-client@1.2.9
+ddp-common@1.2.8
+ddp-server@1.2.10
+deps@1.0.12
+diff-sequence@1.0.7
+ecmascript@0.6.1
+ecmascript-runtime@0.3.15
+ejson@1.0.13
+es5-shim@4.6.15
+fastclick@1.0.13
+geojson-utils@1.0.10
+hot-code-push@1.0.4
+html-tools@1.0.11
+htmljs@1.0.11
+http@1.1.8
+id-map@1.0.9
+jquery@1.11.10
+launch-screen@1.0.12
+livedata@1.0.18
+logging@1.1.16
+meteor@1.6.0
+meteor-base@1.0.4
+minifier-css@1.2.15
+minifier-js@1.2.15
+minimongo@1.0.19
+mobile-experience@1.0.4
+mobile-status-bar@1.0.13
+modules@0.7.7
+modules-runtime@0.7.7
+mongo@1.1.14
+mongo-id@1.0.6
+npm-mongo@2.2.11_2
+observe-sequence@1.0.14
+ordered-dict@1.0.9
+promise@0.8.8
+random@1.0.10
+reactive-var@1.0.11
+reload@1.1.11
+retry@1.0.9
+routepolicy@1.0.12
+shell-server@0.2.1
+spacebars@1.0.13
+spacebars-compiler@1.0.13
+standard-minifier-css@1.3.2
+standard-minifier-js@1.2.1
+static-html@1.1.13
+templating-tools@1.0.5
+tracker@1.1.1
+ui@1.0.12
+underscore@1.0.10
+url@1.0.11
+webapp@1.3.12
+webapp-hashing@1.0.9
diff --git a/client/app.vue b/client/app.vue
new file mode 100644
index 0000000..f970d61
--- /dev/null
+++ b/client/app.vue
@@ -0,0 +1,58 @@
+
+
+ You pressed the button {{count}} times.
+ Simple Meteor example using Vue
+