base Vue client files (config, App, yarn [!] lock & packages, ignore)

This commit is contained in:
Xevion
2020-08-27 01:33:43 -05:00
parent 49de7dbd3d
commit d83cbf512b
10 changed files with 9078 additions and 0 deletions

3
client/vue.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
outputDir: './dist/',
}