A blog using Prismic CMS and Nuxtjs, ideal for content managers
- Vue
- Nuxt
- Nodejs
For 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
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
npm install
Ready to run the project, using yarn dev