Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:08:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T11:58:31.087Z (over 1 year 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).