All Projects โ†’ xdesro โ†’ nuxt-netlify-cms-starter

xdesro / nuxt-netlify-cms-starter

Licence: other
๐Ÿž A very spartan starter for using Nuxt.js with Netlify CMS.

Programming Languages

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

Projects that are alternatives of or similar to nuxt-netlify-cms-starter

nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: โœญ 13 (-80.6%)
Mutual labels:  nuxt, starter, netlify, netlify-cms
nuxt-netlify-cms-starter
NuxtJS + Netlify CMS blog starter project
Stars: โœญ 35 (-47.76%)
Mutual labels:  nuxt, netlify, netlify-cms
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: โœญ 1,932 (+2783.58%)
Mutual labels:  starter, netlify, netlify-cms
bluise
๐Ÿ„ Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: โœญ 132 (+97.01%)
Mutual labels:  nuxt, netlify, netlify-cms
nuxt-netlify-lambda-starter
๐Ÿ› ๏ธ SEO-friendly website starter backed by Netlify lambda functions in a simple, friendly repo
Stars: โœญ 60 (-10.45%)
Mutual labels:  nuxt, netlify
nuxt-netlifycms-boilerplate
A simple boilerplate for using NetlifyCMS with Nuxt
Stars: โœญ 51 (-23.88%)
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 (-76.12%)
Mutual labels:  nuxt, netlify
Ecommerce Netlify
๐Ÿ› A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: โœญ 1,147 (+1611.94%)
Mutual labels:  nuxt, netlify
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: โœญ 255 (+280.6%)
Mutual labels:  nuxt, netlify
podcastfreaks.com
ๆ—ฅๆœฌ่ชžใƒ†ใƒƒใ‚ฏ็ณปใƒใƒƒใƒ‰ใ‚ญใƒฃใ‚นใƒˆใพใจใ‚
Stars: โœญ 42 (-37.31%)
Mutual labels:  nuxt, netlify
Nuxt Netlify
Dynamically generate `_headers` and `_redirects` files for Netlify in your Nuxt.js projects
Stars: โœญ 97 (+44.78%)
Mutual labels:  nuxt, netlify
site
RailroadPM.org 2.x Site
Stars: โœญ 18 (-73.13%)
Mutual labels:  netlify, netlify-cms
netlify-cms-widget-starter
A boilerplate for creating Netlify CMS widgets.
Stars: โœญ 74 (+10.45%)
Mutual labels:  starter, netlify-cms
strapi-starter-nuxt-e-commerce
Strapi Starter Nuxt.js E-commerce
Stars: โœญ 170 (+153.73%)
Mutual labels:  nuxt, starter
deved-platform
Nuxt.js for the new Vonage Developer Education site.
Stars: โœญ 15 (-77.61%)
Mutual labels:  nuxt, netlify
nuxtwebsite
A simple Nuxt.js setup to create websites with blog feature using Storyblok as CMS and Netlify to deploy it.
Stars: โœญ 29 (-56.72%)
Mutual labels:  nuxt, netlify
Nuxt Starter
Personnal nuxt starter
Stars: โœญ 30 (-55.22%)
Mutual labels:  nuxt, starter
vuefes-2018
Vue Fes Japan 2018 ใฎ Web ใ‚ตใ‚คใƒˆใฎใ‚ฝใƒผใ‚นใ‚ณใƒผใƒ‰ใงใ™ใ€‚ใƒŠใƒฌใƒƒใ‚ธๅ…ฑๆœ‰ใฎใŸใ‚ใซๅ…ฌ้–‹ใ—ใพใ™
Stars: โœญ 39 (-41.79%)
Mutual labels:  nuxt, netlify
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: โœญ 187 (+179.1%)
Mutual labels:  nuxt, netlify
platform
Community platform for dancers
Stars: โœญ 30 (-55.22%)
Mutual labels:  nuxt, netlify

๐Ÿž Nuxt & Netlify CMS Starter

A lot of the starter repos for Nuxt x Netlify CMS use a module like nuxtent or nuxtdown to manage flat file content. This project is meant to be a solution for those who don't mind doing a little more configuration to not have to rely on these dependencies.

๐ŸŽ‰ Getting Started

The quickest way to get started is with Netlify's hyper-convenient one-click Deploy To Netlify, which will automatically create an instance of this project on your GitHub account and deploy it instantly to Netlify.

Deploy to Netlify

Otherwise, you can follow these steps!

  1. ๐Ÿ‘ฏโ€โ™‚๏ธ Clone the repository locally and cd into the directory.
git clone https://github.com/xdesro/nuxt-netlify-cms-starter

cd nuxt-netlify-cms-starter
  1. ๐Ÿ“ฆ Install dependencies.
yarn install
  1. ๐Ÿ— Run the project for local dev. This will start a hot-reloading server at localhost:3000.
yarn dev
  1. ๐ŸŒŒ Build the app for server-side rendered deployment. See more about Universal SSR in the Nuxt.js docs.
yarn build

# And to serve that deployment...
yarn start
  1. โšก๏ธ Generate a fully pre-rendered static site. See more in the docs.
yarn generate

This project was bootstrapped with create-nuxt-app. There are more detailed explanations of how everything works in the Nuxt.js docs.

๐Ÿ–‹ Activating Netlify CMS

This project comes with Netlify CMS ready to rumble, and a basic blog configuration. To use Netlify CMS:

๐Ÿ” Authenticating with Netlify Identity

  1. Deploy to Netlify at least once.
  2. Go to Settings > Identity, and select Enable Identity service.
  3. Once enabled, select Settings and usage, and scroll down to Registration preferences. You can set this to either Open or Invite only, but usually Invite only is your best bet for a personal site.
  4. If you don't want to create an account, or would like to use an external provider such as GitHub or Google, you can enable those services under External providers.
  5. Scroll down to Services and click Enable Git Gateway.

๐Ÿ” Media configuration

The default configuration expects you to run on Netlify's Large Media, which uses Git LFS. To configure this yourself read up on it here:

๐Ÿ” Local Setup

  1. In your browser, navigate to localhost:3000/admin.
  2. Enter the Netlify URL of your site when prompted. (when using a different domainname host, use be sure to use the URL as provided by Netlify, not your domain host)
  3. Login with the account you created or one of the external providers, if you enabled them.

๐Ÿ’โ€โ™€๏ธ Questions? Concerns?

Feel free to reach out on Twitter. Friendly feedback and advice is always welcome. Contributions doubly so.

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