timbenniks / uniform-optimize-nuxt-contentful-starter-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize Contentful Nuxt.js Example Project

This is a Nuxt.js project bootstrapped with create-nuxt-app.

Getting Started

Configure environment variables

  • Copy .env.example to .env
  • Set Contentful variable values to match your CMS
  • Configure your Uniform data source

Install packages

npm i
# or
yarn

Run the development server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Run static site generation

npm run export
# or
yarn export

Build for production and launch server

npm run build
npm run start
# or
yarn build
yarn start

Learn More

To learn more about Nuxt.js, take a look at the following resources:

You can check out the Nuxt.js GitHub repository - your feedback and contributions are welcome!

About

License:Other


Languages

Language:Vue 58.0%Language:JavaScript 40.7%Language:Shell 1.0%Language:CSS 0.4%