Code Monkey home page Code Monkey logo

nuxt-netlify-cms-starter-template's Introduction

Nuxt Netlify Logo

Nuxt.js + Netlify CMS starter template

Build Status

Build server-less, static websites with Vue.js and Netlify CMS.

This is a starter template to build static websites with Vue.js and Netlify CMS, based on Nuxt v1.x. What it covers:

  • Setup via Vue CLI 🏗
    Easily setup a nearly blank Nuxt.js project.
    Currently not optimized for Vue CLI v3.0.

  • Content editing via Netlify CMS ✏️
    Netlify CMS is a client-side CMS connecting directly to your git repository to edit markdown files.
    Also supports other file formats, but this template only works with the default, frontmatter markdown format.

  • Show content in Vue.js via Nuxtent/Nuxtdown module 🔍️
    The Nuxtdown module (fixed fork from Nuxtent) allows querying the content and show in the UI.

  • Static-site generation via Nuxt.js
    Nuxt.js, the famous framework to build universal Vue.js applications, generates a static-site.


Prerequisites

  • Make sure to have node 8.0+ and npm 5.0+ installed
  • You know what Netlify CMS and Nuxt.js is.

Setup

  1. Install via vue-cli: If you use newer version of Vue CLI, you probably will have to install an additional package for vue init to work, as this template is not yet optimized for the newer Vue CLI.
$ vue init renestalder/nuxt-netlify-cms-starter-template my-project  
$ cd my-project                  
# install dependencies
$ npm install # Or yarn install
  1. Push the project to your git repository: To be able to edit content at all, you need to push your project to a git repository. The CMS always connects directly to the git repository and edits the content on the branch set in static/admin/config.yml.

Nice, you did the the important steps to get started. Now configure all the components correctly for your infrastructure.

Usage

Configuration

  • CMS authentication & models Configure where your repository is hosted and how users of the CMS will login to edit content. Also define files and fields for your content.
    File: static/admin/config.yml
    Documentation: Official Netlify CMS documentation -> Configuration
  • Routing & querying
    Out of the box, the UI doesn't have a clue where your content is stored and which dynamic routes belong to which content. Nuxt.js can only map static pages by default. Dynamic routes like blog posts with different file names are not detected. The configuration for this happens by Nuxtdown.
    File: nuxtdown.config.js
    Documentation: Nuxtdown Readme
  • General website information
    General information like HTML <head> tags and page titles are set via Nuxt.js. Don't bother with routing configuration for Nuxt.js, this is solved by Nuxtdown.
    File: nuxt.config.js
    Documentation: Official Nuxt.js Documentation -> Configuration

Development

During development, run the client-side SPA version of your application. Use the dev or serve task, whatever fits you better. They do the same.

# serve with hot reloading at localhost:3000
$ npm run dev

Go to http://localhost:3000

Production

For production, generate the static-site.

# generate a static project
$ npm run generate

Manual deployment via FTP

To make it work on your production server, the build needs to know the final url/domain where the site will run. For this, you can edit the npm generate:manual task in the package.json and set your production URL. This is useful when you manually deploy your website:

# generate a static project that will be hosted on the URL given in package.json
$ npm run generate:manual

Deploy to Netlify

The folder of your generated project will contain a netlify-example.toml file you can rename to netlify.toml to get started with Netlify deployment. It automatically sets the BASE_URL based on your Netlify configuration and the type of deployment (Production deployment, branch deployment, preview deployment). So no need to set the production URL in the package.json.

Deploy with other CI solutions

If you use other CI solutions, you always have to make sure, that the environment variable BASE_URL is set to the URL where the website will run. Tools like GitLab allow you to set environment variables in the settings of the project and make it easy to use what ever way you want to deploy your project.

Known issues

  • Doesn't work with Nuxt v2.3.0 and higher: There are some changes in Nuxt v2.3.0 that are not compatible with Nuxtdown/Nuxtent. That's why the version is currently fixed at v2.2.x.

Contribution

If you're interested in contributing to the project, see CONTRIBUTING.md

nuxt-netlify-cms-starter-template's People

Contributors

alexchopin avatar antoine-brezillon avatar atinux avatar buhrmi avatar danielpost avatar dependabot[bot] avatar ekoeryanto avatar limichange avatar lmj0011 avatar matt123miller avatar nicopennec avatar phantompepper avatar pi0 avatar potato4d avatar renestalder avatar sewede avatar skasi avatar tabrizian avatar weotch avatar wulthan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.