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.
- Host: GitHub
- URL: https://github.com/bondok6/nuxt-food-app
- Owner: Bondok6
- Created: 2022-10-16T20:53:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T12:40:11.000Z (over 2 years ago)
- Last Synced: 2025-02-05T17:18:00.872Z (4 months ago)
- Topics: nuxt, sass, vuex
- Language: Vue
- Homepage: nuxt-food-app-five.vercel.app
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```