gitignore + rest of repository

This commit is contained in:
Xevion
2020-12-15 10:46:25 -06:00
parent 6fdfa5ef94
commit 67e32f7850
11 changed files with 256 additions and 0 deletions

5
babel.config.js Normal file
View File

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