Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schafeld/meal-prep
A meal delivery website (SPA) using Vue, Vuex, Vue Router, Vuetify, and Firebase.
https://github.com/schafeld/meal-prep
firebase spa vue vue-router vuetify vuex
Last synced: 21 days ago
JSON representation
A meal delivery website (SPA) using Vue, Vuex, Vue Router, Vuetify, and Firebase.
- Host: GitHub
- URL: https://github.com/schafeld/meal-prep
- Owner: schafeld
- Created: 2018-12-09T13:12:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T14:02:49.000Z (about 6 years ago)
- Last Synced: 2025-01-19T10:37:12.015Z (23 days ago)
- Topics: firebase, spa, vue, vue-router, vuetify, vuex
- Language: Vue
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meal-prep
A meal delivery website (SPA) using Vue, Vuex, Vue Router, Vuetify, and Firebase.## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## Developer details & acknowledgement
Based on [tutorial](https://medium.freecodecamp.org/how-to-build-a-single-page-application-using-vue-js-vuex-vuetify-and-firebase-838b40721a07).