diff --git a/package.json b/package.json index 2c88ae0..b37b07b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "cross-env": "^3.2.3", "jquery": "^3.1.1", "laravel-mix": "^1.0", - "lodash": "^4.17.4", - "vue": "^2.1.10" + "lodash": "^4.17.4" } } diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js index c1620c1..fd36d5b 100644 --- a/resources/assets/js/app.js +++ b/resources/assets/js/app.js @@ -6,17 +6,3 @@ */ require('./bootstrap'); - -window.Vue = require('vue'); - -/** - * Next, we will create a fresh Vue application instance and attach it to - * the page. Then, you may begin adding components to this application - * or customize the JavaScript scaffolding to fit your unique needs. - */ - -Vue.component('example', require('./components/Example.vue')); - -const app = new Vue({ - el: '#app' -}); diff --git a/resources/assets/js/components/Example.vue b/resources/assets/js/components/Example.vue deleted file mode 100644 index 601e61c..0000000 --- a/resources/assets/js/components/Example.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - Example Component - - - I'm an example component! - - - - - - - - diff --git a/yarn.lock b/yarn.lock index 4af1d5a..732b37c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8288,11 +8288,6 @@ vue-template-es2015-compiler@^1.6.0: resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== -vue@^2.1.10: - version "2.6.10" - resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637" - integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ== - ware@^1.2.0: version "1.3.0" resolved "https://registry.yarnpkg.com/ware/-/ware-1.3.0.tgz#d1b14f39d2e2cb4ab8c4098f756fe4b164e473d4"