diff --git a/README.md b/README.md
index 55b2436..5088123 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,15 @@
# cihly
+## Instalace vue + vue-cli
+Předpokladem je nainstalovaný nodejs.
+
+ > cd C:\Users\uzivatel\Desktop
+ > npm install @vue/cli
+ > node_modules\.bin\vue create cihly
+ > cd cihly
+ > npm run serve
+
+
## Project setup
```
npm install
diff --git a/src/App.vue b/src/App.vue
index 55df315..f63d523 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,28 +1,20 @@
-

-
+
diff --git a/src/assets/brick.png b/src/assets/brick.png
new file mode 100644
index 0000000..95d5ab5
Binary files /dev/null and b/src/assets/brick.png differ
diff --git a/src/components/Cihly.vue b/src/components/Cihly.vue
new file mode 100644
index 0000000..ea51baf
--- /dev/null
+++ b/src/components/Cihly.vue
@@ -0,0 +1,44 @@
+
+
+

+
+
+
+

+
+
+
+
+
+
+
+
+
\ No newline at end of file