diff --git a/babel.config.js b/babel.config.js index e955840..414e4ac 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ module.exports = { - presets: [ - '@vue/cli-plugin-babel/preset' - ] + presets: [ + '@vue/cli-plugin-babel/preset' + ] } diff --git a/package.json b/package.json index 982e0af..7ed73a6 100644 --- a/package.json +++ b/package.json @@ -1,44 +1,44 @@ { - "name": "the-modding-tree-x", - "version": "0.1.0", - "private": true, - "scripts": { - "serve": "vue-cli-service serve", - "build": "vue-cli-service build", - "lint": "vue-cli-service lint" - }, - "dependencies": { - "core-js": "^3.6.5", - "vue": "^2.6.11", - "vuex": "^3.4.0" - }, - "devDependencies": { - "@vue/cli-plugin-babel": "~4.5.0", - "@vue/cli-plugin-eslint": "~4.5.0", - "@vue/cli-plugin-vuex": "~4.5.0", - "@vue/cli-service": "~4.5.0", - "babel-eslint": "^10.1.0", - "eslint": "^6.7.2", - "eslint-plugin-vue": "^6.2.2", - "vue-template-compiler": "^2.6.11" - }, - "eslintConfig": { - "root": true, - "env": { - "node": true - }, - "extends": [ - "plugin:vue/essential", - "eslint:recommended" - ], - "parserOptions": { - "parser": "babel-eslint" - }, - "rules": {} - }, - "browserslist": [ - "> 1%", - "last 2 versions", - "not dead" - ] + "name": "the-modding-tree-x", + "version": "0.1.0", + "private": true, + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint" + }, + "dependencies": { + "core-js": "^3.6.5", + "vue": "^2.6.11", + "vuex": "^3.4.0" + }, + "devDependencies": { + "@vue/cli-plugin-babel": "~4.5.0", + "@vue/cli-plugin-eslint": "~4.5.0", + "@vue/cli-plugin-vuex": "~4.5.0", + "@vue/cli-service": "~4.5.0", + "babel-eslint": "^10.1.0", + "eslint": "^6.7.2", + "eslint-plugin-vue": "^6.2.2", + "vue-template-compiler": "^2.6.11" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "babel-eslint" + }, + "rules": {} + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead" + ] } diff --git a/public/index.html b/public/index.html index f2ce8ae..7d1a7fa 100644 --- a/public/index.html +++ b/public/index.html @@ -1,20 +1,20 @@ - - - - + + + + - + - <%= htmlWebpackPlugin.options.title %> + <%= htmlWebpackPlugin.options.title %> - - - -
- - + + + +
+ + diff --git a/src/App.vue b/src/App.vue index 55df315..2b524b8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,28 +1,16 @@ diff --git a/src/assets/logo.png b/src/assets/logo.png deleted file mode 100644 index f3d2503..0000000 Binary files a/src/assets/logo.png and /dev/null differ 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 @@ - - - - - - diff --git a/src/main.js b/src/main.js index ba1641e..8bf2acc 100644 --- a/src/main.js +++ b/src/main.js @@ -5,6 +5,6 @@ import store from './store' Vue.config.productionTip = false new Vue({ - store, - render: h => h(App) + store, + render: h => h(App) }).$mount('#app') diff --git a/src/store/index.js b/src/store/index.js index 332b916..5effd6f 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -4,12 +4,12 @@ import Vuex from 'vuex' Vue.use(Vuex) export default new Vuex.Store({ - state: { - }, - mutations: { - }, - actions: { - }, - modules: { - } + state: { + }, + mutations: { + }, + actions: { + }, + modules: { + } })