diff --git a/package.json b/package.json index 52cf0ce..166cee6 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "core-js": "^3.8.3", + "lodash": "^4.17.21", "vue": "^3.2.13" }, "devDependencies": { diff --git a/src/App.vue b/src/App.vue index 591a031..0074126 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,26 +1,153 @@ - - + + + + + + + + + + + + + diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index 879051a..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - {{ msg }} - - For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. - - Installed CLI Plugins - - babel - eslint - - Essential Links - - Core Docs - Forum - Community Chat - Twitter - News - - Ecosystem - - vue-router - vuex - vue-devtools - vue-loader - awesome-vue - - - - - - - - diff --git a/src/components/JoyStick.vue b/src/components/JoyStick.vue new file mode 100644 index 0000000..c1c4f30 --- /dev/null +++ b/src/components/JoyStick.vue @@ -0,0 +1,127 @@ + + + + +
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -