An Electron/VueJS 3 based app to manage cooking recipes and lists of ingredients to buy.
It is based on https://quasar.dev/.
To start developing this Electron application execute the following commands:
git clone https://github.com/gibbsnich/recipes-quasar
cd recipes-quasar
yarn install
npm run dev
npm run dev:electronThat's all!
npm run dev # starts application with hot reload
npm run build # builds application
# OR
npm run build:electron # uses windows as build target