wolfeidau / cognito-vue-bootstrap

This application illustrates how to use the Amazon Amplify with vue.js.
https://github.com/wolfeidau/cognito-vue-bootstrap
Other
181 stars 36 forks source link

Modified to take advantage of aws amplify modularity, #20

Closed alexaandru closed 5 years ago

alexaandru commented 5 years ago

in order to reduce bundle size. By only importing the modules actually used, the final bundle size changed as follows:

That's a 34% improvement, but more importantly it shows the improved way of using AWS Amplify going further.

wolfeidau commented 5 years ago

Great work, 👍 🎉

alexaandru commented 5 years ago

Thank you :) and thank you for this great project which has really helped me getting up to speed on Cognito & Vue. Cheers!