Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 571 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 571 Bytes

fritzalert-webclient-demo

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!

How to build

# 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