Frontend pour le projet Raspberry https://github.com/LiliwoL/Python-Raspberry-Domotique-Prises-Connectees
Une application Frontend pour communiquer avec l'API placée sur le raspberry.
Dans un fichier .env.local spécifiez les champs:
# API Endpoint
VUE_APP_API_ENDPOINT=http://192.168.1.56/api
# Api endpoint suffix to switch
VUE_APP_API_SWITCH_URL=switch/
# Api endpoint suffix to init and get switches states
VUE_APP_API_INIT_URL=/init/
# API Key
VUE_APP_API_KEY=raspB3rr1
npm install
npm run serve
npm run build
npm run lint