1
0

Add current state of the Vue frontend

This commit is contained in:
Tim Weber
2019-04-03 17:54:05 +02:00
parent 31aafd3b86
commit 8799cc86e9
17 changed files with 11630 additions and 0 deletions

21
vue/.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*