Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmnj/prismic-nuxt-complete-blog
Nuxt-Prismic-headless-cms bloging app using Vue, TailwindCSS
https://github.com/devmnj/prismic-nuxt-complete-blog
blog-engine nuxtjs prismic-cms prismic-javascript prismicio storybook tailwindcss vue vuejs vuejs2 vuex
Last synced: 18 days ago
JSON representation
Nuxt-Prismic-headless-cms bloging app using Vue, TailwindCSS
- Host: GitHub
- URL: https://github.com/devmnj/prismic-nuxt-complete-blog
- Owner: devmnj
- Created: 2021-06-20T05:45:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T02:39:01.000Z (over 3 years ago)
- Last Synced: 2024-11-15T23:26:36.185Z (3 months ago)
- Topics: blog-engine, nuxtjs, prismic-cms, prismic-javascript, prismicio, storybook, tailwindcss, vue, vuejs, vuejs2, vuex
- Language: JavaScript
- Homepage: https://codehat.vercel.app
- Size: 7.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Nuxt Prismic Blog
## Table of Contents
- [Awesome Nuxt Prismic Blog](#awesome-nuxt-prismic-blog)
- [Table of Contents](#table-of-contents)
- [About ](#about-)
- [Prerequisites](#prerequisites)
- [Using the project ](#using-the-project-a-nameusagea)
- [Prismic Repository ](#prismic-repository-)
- [Setup .env file ](#setup-env-file-)
- [Install dependencies ](#install-dependencies-)
- [Run the Project ](#run-the-project--)A blog using Prismic CMS and Nuxtjs, ideal for content managers
## Prerequisites
- Vue
- Nuxt
- NodejsFor using the Nuxt project need to configure the following.
Go to Prismic CMS and start a repository create relevent types and docs used in the project. Setup the env
The .env file hold the secrets and API end points. Create .env file at the root of the project with following
````bash
prismicEP =https://REPO_NAME.cdn.prismic.io/api/v2
GID= GOOGLE ANALYTIC_MEASUREMENT_ID
sitemap_host=DOMAIN
DISQ=DISQUS_SHORT_HAND
````Replace the CAPITALIZED variables with real values
Install project dependencies using npm/yarn pacakge manager
````bash
npm install
````Ready to run the project, using **yarn dev**