An open API service indexing awesome lists of open source software.

https://github.com/dblodorn/nuxt-wp-base-2020

Probably helpful for the next few projects. 🤷
https://github.com/dblodorn/nuxt-wp-base-2020

netlify nuxt nuxt-wp wp-theme

Last synced: 2 months ago
JSON representation

Probably helpful for the next few projects. 🤷

Awesome Lists containing this project

README

        

Copy to clipboard
[![Netlify Status](https://api.netlify.com/api/v1/badges/d86cb7c6-80c7-4a45-b4a8-e1f826481874/deploy-status)](https://app.netlify.com/sites/nuxt-wp-base-2020/deploys)

# NUXT WP-API NETLIFY BOILERPLATE EXTRAVAGANCE 💫

Boilerplate repo for web front end built with nuxt.js, to be deployed on netlify with an additional boilerplate wp theme for a custom json api.

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).