lucywheel / nuxtwebsite

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NuxtWebsite [WIP]

Простая сборка проекта на Nuxt.js с блогом на Storyblok CMS и деплоем с Netlify. Более подробно о том, как это работает, в документации Nuxt.js docs и Storyblok.

Preview:

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

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

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
  • Automatically optimize images using Storybloks Image Service
  • Enable Storyblok Live Preview & Side By Side editing
  • Add and Optimize images to Markdown
  • Implement nuxt generate for routes
  • Netlify Deployment

About

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

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


Languages

Language:Vue 72.2%Language:JavaScript 27.8%