https://github.com/jayeshlab/nuxt-blog-app
A Sample Nuxt.js Blog App
https://github.com/jayeshlab/nuxt-blog-app
Last synced: 3 months ago
JSON representation
A Sample Nuxt.js Blog App
- Host: GitHub
- URL: https://github.com/jayeshlab/nuxt-blog-app
- Owner: JayeshLab
- Created: 2018-11-19T11:46:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T12:44:37.000Z (about 7 years ago)
- Last Synced: 2025-01-13T19:47:52.742Z (12 months ago)
- Language: Vue
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-blog-app
> My fine Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
gp forward-port 3000 3001
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).