chrisdiana / vuetify-vuex-aws-cognito-starter

Implements a basic authentication flow for signing up/signing in users as well as protected client side routing using AWS Cognito, Vuetify, Vuex, and Vue Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuetify-vuex-aws-cognito-starter

A Vuetify Starter with Vuex and AWS Cognito

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Deploy to a S3 bucket endpoint

npm run deploy

Customize configuration

See Configuration Reference.

About

Implements a basic authentication flow for signing up/signing in users as well as protected client side routing using AWS Cognito, Vuetify, Vuex, and Vue Router

License:MIT License


Languages

Language:Vue 82.0%Language:JavaScript 14.9%Language:HTML 3.1%