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

3
vue.config.js Normal file
View File

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