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

https://github.com/bondok6/nuxt-food-app

Simple Food App, Built with Nuxt.js and Vuex.
https://github.com/bondok6/nuxt-food-app

nuxt sass vuex

Last synced: 2 months ago
JSON representation

Simple Food App, Built with Nuxt.js and Vuex.

Awesome Lists containing this project

README

        

# Food App

## [Live Demo Link](https://nuxt-food-app-five.vercel.app/)

## Build Setup

```bash
# 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
```