+ Added structure and spell-card component

This commit is contained in:
Alexis
2020-03-07 20:36:17 +01:00
parent 149e661c6f
commit 75aad74b07
15 changed files with 12979 additions and 0 deletions

5
babel.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
}