Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 966 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 966 Bytes

Microsoft CDA Speaking Info and Locations

Small demo showing where and when all of the Microsoft Cloud Developer Advocates are speaking. Using Serverless functions to update geolocation info, Nuxt for server-side rendering, and Vue.js computed properties for really fast list filtering.

Live demo at http://cda-locale.azurewebsites.net/

Article series explaining the demo at https://css-tricks.com/exploring-data-with-serverless-and-vue-part-i (this is a two part series)

Microsoft CDA locations transitions screenshot

Build Setup

# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate