From ddf3997cb341e2f49630e4fd1ac622322ac08437 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sat, 29 Jan 2022 13:55:47 +0300 Subject: [PATCH] Moved to composition API --- README.md | 23 +------------ src/Mockup.vue | 87 +++++++++++++++++++++++++++----------------------- 2 files changed, 48 insertions(+), 62 deletions(-) diff --git a/README.md b/README.md index 2f560bf..a665aa3 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,3 @@ # vue-three-d-mockup -## Project setup -``` -npm install -``` - -### Compiles and hot-reloads for development -``` -npm run serve -``` - -### Compiles and minifies for production -``` -npm run build -``` - -### Lints and fixes files -``` -npm run lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +Check out the [demo](https://anatolykopyl.github.io/vue-three-d-mockup/) diff --git a/src/Mockup.vue b/src/Mockup.vue index 1702010..3c29a2c 100644 --- a/src/Mockup.vue +++ b/src/Mockup.vue @@ -1,8 +1,10 @@