https://github.com/jazibsawar/restaurant-menu-app
A restaurant menu app built using Nuxt, Vue, Vuex that is powered by Cosmic JS. It connects to the Cosmic JS API to add / edit / delete menu, menu items and their attached media.
https://github.com/jazibsawar/restaurant-menu-app
butify cosmicjs heroku nuxtjs scoped-css ssr vue vuex
Last synced: over 1 year ago
JSON representation
A restaurant menu app built using Nuxt, Vue, Vuex that is powered by Cosmic JS. It connects to the Cosmic JS API to add / edit / delete menu, menu items and their attached media.
- Host: GitHub
- URL: https://github.com/jazibsawar/restaurant-menu-app
- Owner: jazibsawar
- Created: 2017-10-10T07:24:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T17:31:37.000Z (over 8 years ago)
- Last Synced: 2025-03-24T11:56:54.917Z (over 1 year ago)
- Topics: butify, cosmicjs, heroku, nuxtjs, scoped-css, ssr, vue, vuex
- Language: Vue
- Homepage: https://cosmicjs.com/apps/restaurant-menu-app/demo
- Size: 1.65 MB
- Stars: 5
- Watchers: 4
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Menu App
> Cosmic Restaurant Menu App
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).