Add user authentication store
Add markup for user to submit a form to authenticate them Changes to be committed:
modified: .gitignore
modified: package-lock.json
modified: package.json
new file: src/components/layout/TheHeader.vue
modified: src/main.ts
modified: src/router/index.ts
new file: src/stores/auth.ts
new file: src/views/users/TheLogin.vue
Add user authentication store Add markup for user to submit a form to authenticate them Changes to be committed: modified: .gitignore modified: package-lock.json modified: package.json new file: src/components/layout/TheHeader.vue modified: src/main.ts modified: src/router/index.ts new file: src/stores/auth.ts new file: src/views/users/TheLogin.vue