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.
- Host: GitHub
- URL: https://github.com/miirinjej/blog
- Owner: miirinjej
- License: mit
- Created: 2019-03-02T21:43:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:32:02.000Z (over 3 years ago)
- Last Synced: 2025-03-29T14:17:02.031Z (about 1 year ago)
- Topics: 7-1pattern, bem, blog, fontawesome, nuxtjs, pwa, responsive-web-design, scss, vuejs, vuetifyjs, website
- Language: Vue
- Homepage: https://miirinjej.github.io/blog/
- Size: 5.05 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).