All Projects → storyblok → nuxtwebsite

storyblok / nuxtwebsite

Licence: other
A simple Nuxt.js setup to create websites with blog feature using Storyblok as CMS and Netlify to deploy it.

Programming Languages

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

Projects that are alternatives of or similar to nuxtwebsite

podcastfreaks.com
日本語テック系ポッドキャストまとめ
Stars: ✭ 42 (+44.83%)
Mutual labels:  nuxt, netlify
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (+544.83%)
Mutual labels:  nuxt, netlify
nuxt-storyblok-queries
Nuxt.js module to simplify queries to the Storyblok API
Stars: ✭ 17 (-41.38%)
Mutual labels:  nuxt, storyblok
nuxt-netlify-lambda-starter
🛠️ SEO-friendly website starter backed by Netlify lambda functions in a simple, friendly repo
Stars: ✭ 60 (+106.9%)
Mutual labels:  nuxt, netlify
vuefes-2018
Vue Fes Japan 2018 の Web サイトのソースコードです。ナレッジ共有のために公開します
Stars: ✭ 39 (+34.48%)
Mutual labels:  nuxt, netlify
hacktoberfest-checker
Decoupled web application using Nuxt and Netlify Functions to create a way for folks to check whether a public repository is eligible and/or taking part in Hacktoberfest
Stars: ✭ 16 (-44.83%)
Mutual labels:  nuxt, netlify
Nuxt Netlify
Dynamically generate `_headers` and `_redirects` files for Netlify in your Nuxt.js projects
Stars: ✭ 97 (+234.48%)
Mutual labels:  nuxt, netlify
deved-platform
Nuxt.js for the new Vonage Developer Education site.
Stars: ✭ 15 (-48.28%)
Mutual labels:  nuxt, netlify
nuxt-netlifycms-boilerplate
A simple boilerplate for using NetlifyCMS with Nuxt
Stars: ✭ 51 (+75.86%)
Mutual labels:  nuxt, netlify
platform
Community platform for dancers
Stars: ✭ 30 (+3.45%)
Mutual labels:  nuxt, netlify
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-55.17%)
Mutual labels:  nuxt, netlify
bluise
🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+355.17%)
Mutual labels:  nuxt, netlify
Ecommerce Netlify
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+3855.17%)
Mutual labels:  nuxt, netlify
nuxt-netlify-cms-starter
NuxtJS + Netlify CMS blog starter project
Stars: ✭ 35 (+20.69%)
Mutual labels:  nuxt, netlify
nuxt-netlify-cms-starter
🏞 A very spartan starter for using Nuxt.js with Netlify CMS.
Stars: ✭ 67 (+131.03%)
Mutual labels:  nuxt, netlify
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+779.31%)
Mutual labels:  nuxt, netlify
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (+48.28%)
Mutual labels:  nuxt
html2md
helloworld 开发者社区开源的一个轻量级,强大的 html 一键转 md 工具,支持多平台文章一键转换,并保存下载到本地。
Stars: ✭ 332 (+1044.83%)
Mutual labels:  nuxt
git-space
A web application to view Github's user profile.
Stars: ✭ 14 (-51.72%)
Mutual labels:  netlify
shaif-s-cuisine
A HTML, CSS Project. Made with ♥ by the web cifar community.
Stars: ✭ 79 (+172.41%)
Mutual labels:  netlify

NuxtWebsite [WIP]

A simple Nuxt.js setup to create websites with blog feature using Storyblok as CMS and Netlify to deploy it.

Preview:

http://quizzical-wing-54a27d.netlify.com/

Getting Started

Will be done after Seed script is ready.

Build Setup

# install dependencies
$ npm install # Or yarn 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 the Nuxt.js docs and Storyblok.

Features / Todo

  • Feature List
  • NuxtJS Setup
  • Basic Storyblok Setup
  • Startpage
  • Basic Responsive Styling
  • Post Detail
  • Post Overview
  • Editable Post Detail
  • Autogenerated Post Overview
  • Author Detail
  • Author Overview
  • Editable Author Detail
  • Autogenerated Author Overview
  • One Post has one Author (Storyblok field type "Link")
  • Use Storyblok resolve_links to resolve author links
  • Add posts of author to author detail via Storybloks filter_query
  • Add Basic Header
  • Add Basic Footer with Link to Github
  • Basic Header Stylings
  • Maintenable Header
  • Automatically optimize images using Storybloks Image Service
  • Enable Storyblok Live Preview & Side By Side editing
  • Add and Optimize images to Markdown
  • Export basic styles into variables
  • Implement nuxt generate for routes
  • On Generate: Switch from Draft to Published content version
  • Seed Components
  • Seed Script
  • Getting Started Guide
  • Netlify Deployment
  • more more more?
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].