https://github.com/gmoqa/ssr-blog
SSR Blog / Nuxt.js playground
https://github.com/gmoqa/ssr-blog
Last synced: about 1 month ago
JSON representation
SSR Blog / Nuxt.js playground
- Host: GitHub
- URL: https://github.com/gmoqa/ssr-blog
- Owner: gmoqa
- Created: 2020-09-08T22:33:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T20:12:17.000Z (over 5 years ago)
- Last Synced: 2025-03-04T06:12:33.289Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server side rendering blog
## Built with Nuxt.js
[Demo URL](https://ssr-blog-nuxt-js.herokuapp.com/)
```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
```