Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1003 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 1003 Bytes

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