inital commit

This commit is contained in:
Frederic Pellin
2021-02-08 07:15:38 +01:00
parent 60034b7b5c
commit 1c558cda8c
15 changed files with 1364 additions and 100 deletions

14
vue.config.js Normal file
View File

@@ -0,0 +1,14 @@
module.exports = {
transpileDependencies: [
'vuetify'
],
pluginOptions: {
i18n: {
locale: 'fr',
fallbackLocale: 'en',
localeDir: 'locales',
enableInSFC: false
}
}
}