0.0.7 • Published 5 years ago

aws-amplify-vuetify v0.0.7

Weekly downloads
16
License
-
Repository
bitbucket
Last release
5 years ago

aws-amplify-vuetify

Warning! This is not funcitonal -- yet.

I'm really close to getting things working as an imported module. They work w/in the repo as a standalone app, but not as a module yet

This project is just an attempt to make some of the AWS Amplify libs work with the Vuetify UI lib. I was unhappy with the options to integrate it with my Vuetify based app and started working on the Authentication portions. At this point its all I've worked on but may work on others as they become useful to me or someone else. This is the first npm package I've ever worked on so if you see something you don't like, and want to help feel free to send suggestions.

Project setup

To see this in action, you'll have to setup your AWS amplify project as usual. Then you should be able to just add this lib to your project.

If you want to just see it working, clone this repo, hook it up to your amplify creds, and then:

npm run serve

Starting a new project

App setup - skip if you've got a vue app already

vue create myamplifyproject
cd myamplifyproject

Setup the amplify parts

amplify init  #accept defaults
amplify add auth #accept mostly defaults.  Only using email is currently tested
#     ...
amplify push

setup vuetify

vue add vuetify
0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago