Web UI for the FruitNanny project. The UI is build with Vue.js and Vuetify.
The FruitNanny UI is distributed as Debian package. The package is build by
this simple make
command:
# Build Debian package
make deb
The following commands can be used during development:
# Compiles and hot-reloads for development
make serve
# Compiles and minifies for production
make build
# Lints and fixes files
make lint