https://github.com/bucherfa/meal-planner
Meal Planner
https://github.com/bucherfa/meal-planner
element-ui nuxt privacy pwa
Last synced: 6 days ago
JSON representation
Meal Planner
- Host: GitHub
- URL: https://github.com/bucherfa/meal-planner
- Owner: bucherfa
- License: gpl-3.0
- Created: 2020-05-25T19:49:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:09:19.000Z (over 3 years ago)
- Last Synced: 2025-02-26T21:15:16.175Z (over 1 year ago)
- Topics: element-ui, nuxt, privacy, pwa
- Language: Vue
- Homepage: https://bucherfa.github.io/meal-planner/
- Size: 3.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meal Planner
> Easy to use offline meal planner. Optimised for smartphones and tablets
## Features
- Week overview
- Switch between weeks
- Edit meals per day
- Copy weeks
- Backup and restore
- Select from previous meals
- Magic meal selector
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).