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

https://github.com/miirinjej/blog

A high-performance responsive blog.
https://github.com/miirinjej/blog

7-1pattern bem blog fontawesome nuxtjs pwa responsive-web-design scss vuejs vuetifyjs website

Last synced: about 2 months ago
JSON representation

A high-performance responsive blog.

Awesome Lists containing this project

README

          

# blog

A web app developed from [blog](https://www.behance.net/gallery/40762695/Free-blog-psd-template) free template
designed by [Vivek B](https://www.behance.net/vivekbhanu) UI/UX designer © 2016, available via license: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en_US)

## Preview

[View live preview](https://miirinjej.github.io/blog/)

## Build Setup

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

# generate static project
$ npm run generate
```

For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).