Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions astro/src/content/json/exampleapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -640,5 +640,11 @@
"name": "Why Mocking Sucks - Firebase",
"description": "Example repo for the Why mocking sucks post illustrating testing Firebase services with mocking vs with the Firebase emulator.",
"language": "python"
},
{
"url": "https://github.com/FusionAuth/fusionauth-example-vercel-vue-deploy",
"name": "Vue Application to Deploy with Vercel Using FusionAuth",
"description": "This repository contains a Vue application that works with a Vercel deployment. It is based off the Vue.js quickstart and will use an instance of FusionAuth for authentication.",
"language": "vue"
}
]