Started migration to Vue3 + Vuetify3

Started migration to Vue3 + Vuetify3
This commit is contained in:
2022-04-16 02:45:35 +03:00
parent 75990ea5c3
commit 4f27a90e30
31 changed files with 4494 additions and 7248 deletions

3
.gitignore vendored
View File

@@ -1,7 +1,7 @@
.DS_Store
node_modules
/dist
/public/lib/*
/public/lib
# local env files
.env.local
@@ -11,6 +11,7 @@ node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea