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. 🤷
- Host: GitHub
- URL: https://github.com/dblodorn/nuxt-wp-base-2020
- Owner: dblodorn
- Created: 2020-06-30T22:54:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:19:24.000Z (over 3 years ago)
- Last Synced: 2025-03-20T00:53:38.390Z (over 1 year ago)
- Topics: netlify, nuxt, nuxt-wp, wp-theme
- Language: CSS
- Homepage: https://nuxt.dmbk.io/
- Size: 8.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Copy to clipboard
[](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).