diff --git a/.eslintrc.js b/.eslintrc.js index 3f3df4f..bc8dce1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,14 +1,12 @@ module.exports = { root: true, env: { - node: true + node: true, }, - extends: ["plugin:vue/essential", "@vue/prettier"], - rules: { - "no-console": process.env.NODE_ENV === "production" ? "error" : "off", - "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off" - }, - parserOptions: { - parser: "babel-eslint" - } -}; + extends: [ + "plugin:vue/vue3-recommended", + "eslint:recommended", + "@vue/prettier", + ], + plugins: ['vue'], +} diff --git a/.gitignore b/.gitignore index a0dddc6..270b479 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules /dist +/dist-ssr # local env files .env.local diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index 397abca..0000000 --- a/babel.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - presets: ["@vue/cli-plugin-babel/preset"] -}; diff --git a/public/index.html b/index.html similarity index 71% rename from public/index.html rename to index.html index 083acab..4b5730d 100644 --- a/public/index.html +++ b/index.html @@ -1,10 +1,9 @@
- - - - + + +