Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netlify-labs/headless-wp-nuxt
🏔 Headless WordPress JAMstack Template
https://github.com/netlify-labs/headless-wp-nuxt
decoupled decoupled-wordpress headless-wordpress nuxt smashing-magazine vue vuejs wordpress
Last synced: about 1 month ago
JSON representation
🏔 Headless WordPress JAMstack Template
- Host: GitHub
- URL: https://github.com/netlify-labs/headless-wp-nuxt
- Owner: netlify-labs
- License: mit
- Created: 2019-09-24T22:52:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T09:43:15.000Z (over 1 year ago)
- Last Synced: 2024-08-05T09:18:47.047Z (5 months ago)
- Topics: decoupled, decoupled-wordpress, headless-wordpress, nuxt, smashing-magazine, vue, vuejs, wordpress
- Language: Vue
- Homepage: https://headless-wp-nuxt.netlify.com/
- Size: 5.7 MB
- Stars: 279
- Watchers: 18
- Forks: 52
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Headless Wordpress on the JAMstack
> _A quick template to get you started using Headless WordPress_
### Deploy this Template
Click the "Deploy to Netlify" button, and you can configure it to fit your needs.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-labs/headless-wp-nuxt?utm_source=github&utm_medium=headlesswp-sd&utm_campaign=devex)
![Headless WordPress Template Preview](https://i.ibb.co/4wkXsxj/fullpreview-smashing.png "Template preview")
An [article explaining how we set this all up is available on Smashing Magazine](https://www.smashingmagazine.com/2020/02/headless-wordpress-site-jamstack/).
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).