/vue-form-validation-auth

In this app, a user can sign up by passing form validation(implemented with vuelidator library). This data will be stored in firebase. The user can sign in and won't need to sign in again for an hour even if he/she decides to refresh the page(data will be stored in local storage for authentication). This app is made with VueJS.

Primary LanguageVue

vue-auth

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.