Skip to content

fruitnanny/fruitnanny-ui

Repository files navigation

FruitNanny UI

Web UI for the FruitNanny project. The UI is build with Vue.js and Vuetify.

Building

The FruitNanny UI is distributed as Debian package. The package is build by this simple make command:

# Build Debian package
make deb

Development

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