We have developed the Kate Spade Unlock Your Heart experience in two main parts:
- a static site generated by a Vue.js app
- a serverless lambda app (hosted on now) that generates and uploads a share image and share url
The two apps live in the same git repository hosted on GitHub here: https://github.com/kingandpartners/unlock-your-heart
The Vue.js app generates and deploys the static site that lives at https://katespadeunlockyourheart.com.
- we utilized Vue.js' Single File Components to architect the primary UI/UX
- inside the
.vue
files we use SCSS