Рабочий фронтенд

This commit is contained in:
2021-06-03 02:01:45 +03:00
parent c3b3f6763e
commit 8bce702a9c
15 changed files with 27341 additions and 67 deletions

14
frontend/babel.config.js Normal file
View File

@@ -0,0 +1,14 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
[
'component',
{
libraryName: 'maz-ui',
styleLibraryName: 'css'
}
]
]
}