Skip to content

A food order application demo built using Nuxt, Vuex, Vuetify and Tailwindcss.

Notifications You must be signed in to change notification settings

PrasadChinwal/foodOrder-nuxt-demo

Repository files navigation

Food Order application using NuxtJS, Vuex, Vuetify and Tailwindcss

A SPA built using NuxtJS, Vuex, Vuetify and Tailwindcss which demonstrates use of Vuex for ordering food.

Live Demo

Screenshots

Image of Home Page Light Theme

Image of Home Page Dark Theme

Image of Home Page with items in cart

Image of Cart Page Light Theme

Build Setup

  1. With Docker

    • Build docker container

    bash docker build -t food-services .

    • Run container bash docker run -it -p 5000:5000 food-services

    • visit localhost:5000

  2. Without Docker

Clone this repository and run:

# 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