initial commit

This commit is contained in:
2020-03-02 23:15:57 +00:00
commit 6798e549e7
21 changed files with 9147 additions and 0 deletions

5
vue.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
"transpileDependencies": [
"vuetify"
]
}