adding initial project

This commit is contained in:
2020-03-22 01:00:54 +00:00
parent c588298324
commit eda3fa20ce
15 changed files with 8578 additions and 0 deletions

5
babel.config.js Normal file
View File

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