This is the demo repository for the fritzalert webclient.
The webclient is written in Vue.js with Nuxt.js and will connect to a backend which is not part of this demonstration.
Check out the live Demo!
# clone repository
git clone https://github.com/mrom1/fritzalert-webclient-demo
cd fritzalert-webclient-demo
# install dependencies
npm install
# build production
npm run build
# build development
npm run dev