https://github.com/dimasmiftah/nuxtjs-recipe-app
A simple recipe app created using Vue and applies server-side rendering using Nuxt.
https://github.com/dimasmiftah/nuxtjs-recipe-app
Last synced: 3 months ago
JSON representation
A simple recipe app created using Vue and applies server-side rendering using Nuxt.
- Host: GitHub
- URL: https://github.com/dimasmiftah/nuxtjs-recipe-app
- Owner: dimasmiftah
- Created: 2019-12-02T06:09:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:08:13.000Z (over 2 years ago)
- Last Synced: 2025-01-16T03:27:55.563Z (5 months ago)
- Language: Vue
- Homepage:
- Size: 2.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxtjs-recipe-app
> A simple recipe app created using Vue and applies server-side rendering using Nuxt.
## Build Setup
``` bash
# install dependencies
$ npm run 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
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).