All Projects → snipcart → nuxt-cockpit

snipcart / nuxt-cockpit

Licence: other
A Tutorial to Bundle Cockpit CMS & Nuxt.js in a full JAMstack

Programming Languages

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

Projects that are alternatives of or similar to nuxt-cockpit

contentful-hugo
A CLI tool that pulls data from Contentful and turns it into markdown files for Hugo and other static site generators. It also includes an express server that can be used for local development and content previews
Stars: ✭ 31 (-31.11%)
Mutual labels:  jamstack, headless-cms
Ghost
Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Stars: ✭ 39,261 (+87146.67%)
Mutual labels:  jamstack, headless-cms
Wuxt
Nuxt/WordPress development environment, combining the worlds biggest CMS with the most awesome front-end application framework yet.
Stars: ✭ 459 (+920%)
Mutual labels:  jamstack, nuxtjs
full-static-nuxt-storyblok
A boilerplate project designed to demonstrate the benefits of using JAMStack and the easy configuration of a project with NuxtJS and Storyblok <3
Stars: ✭ 26 (-42.22%)
Mutual labels:  jamstack, nuxtjs
Sourcebit
Sourcebit helps developers build data-driven JAMstack sites by pulling data from any third-party resource
Stars: ✭ 252 (+460%)
Mutual labels:  jamstack, headless-cms
plasmic
Visual page builder and web design tool for any website or web app tech stack
Stars: ✭ 1,475 (+3177.78%)
Mutual labels:  jamstack, headless-cms
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+92757.78%)
Mutual labels:  jamstack, headless-cms
nuxt-ghost
Easy Ghost content API integration with Nuxt.js.
Stars: ✭ 27 (-40%)
Mutual labels:  nuxtjs, headless-cms
Example Company Website Gatsby Sanity Combo
This is an example company website using Gatsby and Sanity in combination.
Stars: ✭ 242 (+437.78%)
Mutual labels:  jamstack, headless-cms
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (+315.56%)
Mutual labels:  jamstack, nuxtjs
agilitycms-eleventy-starter-2020
A sample Eleventy starter that uses Agility CMS and aims to be a foundation for building fully static sites using 11ty and Agility CMS.
Stars: ✭ 18 (-60%)
Mutual labels:  jamstack, headless-cms
statiq-starter-kontent-lumen
Lumen is a minimal, lightweight, and mobile-first starter for creating blogs using Statiq and Kontent by Kentico.
Stars: ✭ 22 (-51.11%)
Mutual labels:  jamstack, headless-cms
directus-metalsmith-snipcart
Lookbook web app with Directus' open source headless CMS, Metalsmith, Vue.js & Snipcart
Stars: ✭ 14 (-68.89%)
Mutual labels:  jamstack, headless-cms
Ghost Cli
CLI Tool for installing & updating Ghost
Stars: ✭ 313 (+595.56%)
Mutual labels:  jamstack, headless-cms
Example Ecommerce Snipcart Vue
The Transglobal Candy Store: Sample front-end for the Sanity.io e-commerce schema with vue.js, nuxt.js, and snipcart
Stars: ✭ 89 (+97.78%)
Mutual labels:  nuxtjs, headless-cms
Headlesscms.org
Source for headlesscms.org
Stars: ✭ 628 (+1295.56%)
Mutual labels:  jamstack, headless-cms
Awesome Jamstack
📔 Curated list of resources: books, videos, articles, speaker decks, tools about using the JAMstack (A modern web development architecture for creating fast, secure and dynamic websites)
Stars: ✭ 115 (+155.56%)
Mutual labels:  jamstack, headless-cms
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-60%)
Mutual labels:  jamstack, nuxtjs
wp-vercel-deploy-hooks
WordPress Plugin to trigger Vercel deploy hooks on command / update
Stars: ✭ 51 (+13.33%)
Mutual labels:  jamstack, headless-cms
electro
A free and open-source Automatic Account Creator (AAC) written in Javascript Stack;
Stars: ✭ 20 (-55.56%)
Mutual labels:  nuxtjs

A Tutorial to Bundle Cockpit CMS & Nuxt.js in a full JAMstack

cockpit-nuxt

Exploring: 1) Cockpit CMS, an API-first CMS recommended by a friend, and 2) Nuxt.js, a kickass Vue.js framework (we've wanted to use it ever since we fell in love with Vue).

Covering:

  • How to set up a Cockpit CMS installation & plug it with Snipcart.
  • How to use Nuxt.js static generation to render the frontend of our app.

The result? A full JAMstack app: headless content management, frontend rendered in a JS framework, & shopping through an e-commerce API.

Read full tutorial

See live demo

Enjoy folks!


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.

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].