https://github.com/onedevstudio/nuxt-wordpress-rest-api
Nuxt with WordPress Rest API
https://github.com/onedevstudio/nuxt-wordpress-rest-api
Last synced: 2 months ago
JSON representation
Nuxt with WordPress Rest API
- Host: GitHub
- URL: https://github.com/onedevstudio/nuxt-wordpress-rest-api
- Owner: onedevstudio
- Created: 2020-02-13T20:11:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T14:43:36.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T04:29:30.647Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-wordpress-rest-api
> My astonishing Nuxt.js project
## 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).