https://github.com/sethburtonhall/uniform-optimize-nuxt-contentful
https://github.com/sethburtonhall/uniform-optimize-nuxt-contentful
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sethburtonhall/uniform-optimize-nuxt-contentful
- Owner: sethburtonhall
- License: other
- Created: 2022-01-24T17:25:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T17:27:08.000Z (over 3 years ago)
- Last Synced: 2025-03-08T13:38:55.042Z (about 2 months ago)
- Language: Vue
- Size: 225 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Optimize Contentful Nuxt.js Example Project
This is a [Nuxt.js](https://nuxtjs.org/) project bootstrapped with [`create-nuxt-app`](https://github.com/nuxt/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
```shell
npm i
# or
yarn
```### Run the development server
```shell
npm run dev
# or
yarn dev
```Open with your browser to see the result.
### Run static site generation
```shell
npm run export
# or
yarn export
```### Build for production and launch server
```shell
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:
- [Nuxt.js Documentation](https://nuxtjs.org) - learn about Nuxt.js features and API.
You can check out [the Nuxt.js GitHub repository](https://github.com/nuxt/nuxt.js) - your feedback and contributions are welcome!