All Projects → szafran89 → nuxt-blog

szafran89 / nuxt-blog

Licence: MIT License
A Nuxt.js server side rendered blog app

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nuxt-blog

Pwa Module
Zero config PWA solution for Nuxt.js
Stars: ✭ 1,033 (+1650.85%)
Mutual labels:  pwa, nuxtjs
Vue Cloudfront
vue-cloudfront - PWA for cloud storage with focus on design and performance. Made especially for self-hosting purposes. Build with vuejs2 and vuex. Always Open Source, MIT license.
Stars: ✭ 80 (+35.59%)
Mutual labels:  pwa, vuejs2
Vue Pomo
A progressive web app for the Pomodoro Technique, built with Vue 2.0, Vuex and Firebase.
Stars: ✭ 51 (-13.56%)
Mutual labels:  pwa, vuejs2
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (+1027.12%)
Mutual labels:  pwa, vuejs2
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (+171.19%)
Mutual labels:  pwa, vuejs2
Vue Ts Daily
基于vue、Typescript、pwa的一款习惯养成app
Stars: ✭ 735 (+1145.76%)
Mutual labels:  pwa, vuejs2
Gp Vue Boilerplate
Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
Stars: ✭ 71 (+20.34%)
Mutual labels:  pwa, nuxtjs
Mix.core
🚀 Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Stars: ✭ 304 (+415.25%)
Mutual labels:  pwa, vuejs2
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with 💚 by Vue Storefront team and contributors.
Stars: ✭ 1,827 (+2996.61%)
Mutual labels:  pwa, vuejs2
Vuetify Swipeout
👆 A swipe out example built with Vue CLI 3 + Vuetify + Swiper.
Stars: ✭ 117 (+98.31%)
Mutual labels:  pwa, vuejs2
Markcook
A smart and beautiful markdown editor.
Stars: ✭ 547 (+827.12%)
Mutual labels:  pwa, vuejs2
unnue-nuxt
开媛笔记,基于nuxt ssr首屏服务器端渲染 ⚡。用于分享、记录、交流和学习,希望可以帮助到小伙伴们。同时网站在永久更新,备好鸡血,一起来战 Ooh aah!
Stars: ✭ 98 (+66.1%)
Mutual labels:  nuxtjs, nuxt-blog
Vue Boilerplate Template
🍎 Efficient development of web SPA using Vue.js(2.*) + Webpack + Element-ui + Pwa + Vuex + Vuex-router + Vue-i18n + Dayjs + Lodash.
Stars: ✭ 461 (+681.36%)
Mutual labels:  pwa, vuejs2
Hoppscotch
👽 Open source API development ecosystem https://hoppscotch.io
Stars: ✭ 34,569 (+58491.53%)
Mutual labels:  pwa, nuxtjs
Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+33950.85%)
Mutual labels:  pwa, vuejs2
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-8.47%)
Mutual labels:  pwa, nuxtjs
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+4154.24%)
Mutual labels:  pwa, nuxtjs
Nuxt7
📱 Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7
Stars: ✭ 282 (+377.97%)
Mutual labels:  pwa, nuxtjs
Sysmon
A B/S mode system monitor for linux (demo http://199.247.1.240:2048)
Stars: ✭ 110 (+86.44%)
Mutual labels:  pwa, vuejs2
madao
🎉 My blog, powered by @nuxt
Stars: ✭ 54 (-8.47%)
Mutual labels:  nuxtjs, nuxt-blog

nuxt-blog

A Nuxt.js server side rendered blog application (PWA included) based on Contenful API.

Conecting with API

To run a blog, firstly you have to connect with API. To do that follow below steps:

  1. Sign up for Contentful.

  2. Log into Contentful and create new space. During creating new space you have to choose Create an example space and then select Blog tab.

  3. Clone the repository.

  4. Inside api directory copy/paste config.js.sample file and rename to config.js.

  5. Overwride config.js with data form Contentful blog space.

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000/nuxt-blog
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

License

  • MIT

For detailed explanation on how things work, checkout the Nuxt.js docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].