Added basic color design functions

This commit is contained in:
Jan Groß
2021-08-24 15:36:57 +02:00
parent 9d03dbefdf
commit 6b32a0de67
10 changed files with 576 additions and 87 deletions

5
vue.config.js Normal file
View File

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