MyLlama / EmployeeApp

2 stars 1 forks source link

Add user authentication #2

Closed himanshm closed 1 year ago

himanshm commented 1 year ago

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