Setup initial vue app

This commit is contained in:
benjaminramey
2019-11-21 12:22:15 -06:00
parent 8fb536b95f
commit 69b40febdc
15 changed files with 11987 additions and 0 deletions

20
web/.gitignore vendored
View File

@@ -1,6 +1,26 @@
.DS_Store
# package directories
node_modules
jspm_packages
/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?
# Serverless directories
.serverless