An open API service indexing awesome lists of open source software.

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

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
```