[U] Migrate from vue-cli to vite

This commit is contained in:
Hykilpikonna
2022-05-10 01:09:23 -04:00
parent a315f0ce2b
commit 4a6f6d90f0
10 changed files with 730 additions and 7686 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const routes: Array<RouteRecordRaw> = [
// route level code-splitting
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import(/* webpackChunkName: "about" */ '../views/About.vue')
component: () => import('../views/About.vue')
},
{
path: '/life',