From 4a6f6d90f09d556887654fc1231c47bbf98601ac Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 10 May 2022 01:09:23 -0400 Subject: [PATCH] [U] Migrate from vue-cli to vite --- .browserslistrc | 3 - babel.config.js | 5 - public/index.html => index.html | 8 +- package.json | 30 +- src/scripts/router.ts | 2 +- src/shims-vue.d.ts | 2 + tsconfig.json | 5 +- vite.config.ts | 37 + vue.config.js | 6 - yarn.lock | 8318 +++---------------------------- 10 files changed, 730 insertions(+), 7686 deletions(-) delete mode 100644 .browserslistrc delete mode 100644 babel.config.js rename public/index.html => index.html (53%) create mode 100644 vite.config.ts delete mode 100644 vue.config.js diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index 214388f..0000000 --- a/.browserslistrc +++ /dev/null @@ -1,3 +0,0 @@ -> 1% -last 2 versions -not dead diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index c94e729..0000000 --- a/babel.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - presets: [ - '@vue/cli-plugin-babel/preset' - ] -} diff --git a/public/index.html b/index.html similarity index 53% rename from public/index.html rename to index.html index fd25809..2f87c87 100644 --- a/public/index.html +++ b/index.html @@ -8,14 +8,14 @@ Home + + + -
+