An open API service indexing awesome lists of open source software.

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.

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).